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/customizableui/moz.build | 5 ----- 1 file changed, 5 deletions(-) (limited to 'browser/components/customizableui') diff --git a/browser/components/customizableui/moz.build b/browser/components/customizableui/moz.build index 72ec391d8..034630dc9 100644 --- a/browser/components/customizableui/moz.build +++ b/browser/components/customizableui/moz.build @@ -8,8 +8,6 @@ DIRS += [ 'content', ] -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] - EXTRA_JS_MODULES += [ 'CustomizableUI.jsm', 'CustomizableWidgets.jsm', @@ -21,6 +19,3 @@ EXTRA_JS_MODULES += [ if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('windows', 'cocoa'): DEFINES['CAN_DRAW_IN_TITLEBAR'] = 1 - -with Files('**'): - BUG_COMPONENT = ('Firefox', 'Toolbars and Customization') -- cgit v1.2.3