mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1262866 - Include toolkit/crashreporter/test/browser/browser.ini in a more central moz.build to avoid a failure when running tests against --disable-crashreporter builds. r=mshal
MozReview-Commit-ID: 9DzmJjzpZe7
This commit is contained in:
parent
ac5be5fb45
commit
dc426e9cbb
@ -6,7 +6,6 @@
|
||||
FINAL_TARGET = '_tests/xpcshell/toolkit/crashreporter/test'
|
||||
|
||||
XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini', 'unit_ipc/xpcshell.ini']
|
||||
BROWSER_CHROME_MANIFESTS += ['browser/browser.ini']
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
'../google-breakpad/src/processor/basic_code_modules.cc',
|
||||
|
@ -48,6 +48,12 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
|
||||
elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
|
||||
DIRS += ['system/androidproxy']
|
||||
|
||||
|
||||
# Tests in other directories rely on files in this browser test
|
||||
# manifest. Include it here instead of crashreporter/test/moz.build
|
||||
# to avoid a failure when testing --disable-crashreporter builds.
|
||||
BROWSER_CHROME_MANIFESTS += ['crashreporter/test/browser/browser.ini']
|
||||
|
||||
if CONFIG['MOZ_CRASHREPORTER']:
|
||||
DIRS += ['crashreporter']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user