diff options
Diffstat (limited to 'toolkit/components/startup/moz.build')
-rw-r--r-- | toolkit/components/startup/moz.build | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/toolkit/components/startup/moz.build b/toolkit/components/startup/moz.build index 5f290b783..6c9515c15 100644 --- a/toolkit/components/startup/moz.build +++ b/toolkit/components/startup/moz.build @@ -6,12 +6,7 @@ DIRS += ['public'] -EXPORTS.mozilla += [ - 'StartupTimeline.h', -] - -BROWSER_CHROME_MANIFESTS += ['tests/browser/browser.ini'] -XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini'] +EXPORTS.mozilla += ['StartupTimeline.h'] UNIFIED_SOURCES += [ 'nsAppStartup.cpp', @@ -28,6 +23,3 @@ if CONFIG['MOZ_USERINFO']: UNIFIED_SOURCES += ['nsUserInfoUnix.cpp'] FINAL_LIBRARY = 'xul' - -with Files('**'): - BUG_COMPONENT = ('Toolkit', 'Startup and Profile System') |