summaryrefslogtreecommitdiffstats
path: root/browser/components/preferences
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-02-03 06:01:32 -0500
committerMatt A. Tobin <email@mattatobin.com>2018-02-03 06:01:32 -0500
commit8c3a46bd13a0660a3ff1e0379dbf515873a852d2 (patch)
treea2f54aceae0e107ba977f105c3109a5f4b95e63f /browser/components/preferences
parent8148615da179fdd60f19018e13b4e94b95609cc6 (diff)
downloadUXP-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/preferences')
-rw-r--r--browser/components/preferences/moz.build7
1 files changed, 0 insertions, 7 deletions
diff --git a/browser/components/preferences/moz.build b/browser/components/preferences/moz.build
index 5415399a0..adee51e3b 100644
--- a/browser/components/preferences/moz.build
+++ b/browser/components/preferences/moz.build
@@ -6,10 +6,6 @@
DIRS += ['in-content']
-BROWSER_CHROME_MANIFESTS += [
- 'in-content/tests/browser.ini',
-]
-
for var in ('MOZ_APP_NAME', 'MOZ_MACBUNDLE_NAME'):
DEFINES[var] = CONFIG[var]
@@ -17,6 +13,3 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('windows', 'gtk2', 'gtk3', 'cocoa'):
DEFINES['HAVE_SHELL_SERVICE'] = 1
JAR_MANIFESTS += ['jar.mn']
-
-with Files('**'):
- BUG_COMPONENT = ('Firefox', 'Preferences')