From 8c3a46bd13a0660a3ff1e0379dbf515873a852d2 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 3 Feb 2018 06:01:32 -0500 Subject: Remove browser tests - Part 2: Build System --- browser/components/moz.build | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'browser/components/moz.build') diff --git a/browser/components/moz.build b/browser/components/moz.build index 5ad29d088..3c0dea3fb 100644 --- a/browser/components/moz.build +++ b/browser/components/moz.build @@ -14,7 +14,6 @@ DIRS += [ 'feeds', 'migration', 'newtab', - 'originattributes', 'places', 'preferences', 'privatebrowsing', @@ -48,18 +47,3 @@ EXTRA_COMPONENTS += [ EXTRA_JS_MODULES += [ 'distribution.js', ] - -BROWSER_CHROME_MANIFESTS += [ - 'safebrowsing/content/test/browser.ini', - 'tests/browser/browser.ini' -] - -XPCSHELL_TESTS_MANIFESTS += [ - 'tests/unit/xpcshell.ini' -] - -with Files('safebrowsing/*'): - BUG_COMPONENT = ('Toolkit', 'Phishing Protection') - -with Files('controlcenter/**'): - BUG_COMPONENT = ('Firefox', 'General') -- cgit v1.2.3