diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-02-03 06:01:32 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-02-03 06:01:32 -0500 |
commit | 8c3a46bd13a0660a3ff1e0379dbf515873a852d2 (patch) | |
tree | a2f54aceae0e107ba977f105c3109a5f4b95e63f /browser/components/moz.build | |
parent | 8148615da179fdd60f19018e13b4e94b95609cc6 (diff) | |
download | UXP-8c3a46bd13a0660a3ff1e0379dbf515873a852d2.tar UXP-8c3a46bd13a0660a3ff1e0379dbf515873a852d2.tar.gz UXP-8c3a46bd13a0660a3ff1e0379dbf515873a852d2.tar.lz UXP-8c3a46bd13a0660a3ff1e0379dbf515873a852d2.tar.xz UXP-8c3a46bd13a0660a3ff1e0379dbf515873a852d2.zip |
Remove browser tests - Part 2: Build System
Diffstat (limited to 'browser/components/moz.build')
-rw-r--r-- | browser/components/moz.build | 16 |
1 files changed, 0 insertions, 16 deletions
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') |