From eb70e6e3d0bff11c25f14b1196025791bf2308fb Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Tue, 25 Feb 2020 15:07:00 -0500 Subject: Issue #439 - Remove tests from toolkit/ --- toolkit/components/startup/moz.build | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'toolkit/components/startup/moz.build') 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') -- cgit v1.2.3