diff options
Diffstat (limited to 'toolkit/moz.build')
-rw-r--r-- | toolkit/moz.build | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/toolkit/moz.build b/toolkit/moz.build index b02d122cd7..c0f7dc2141 100644 --- a/toolkit/moz.build +++ b/toolkit/moz.build @@ -48,12 +48,3 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows': DIRS += ['system/windowsproxy'] elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android': DIRS += ['system/androidproxy'] - -with Files('mozapps/installer/windows/*'): - BUG_COMPONENT = ('Toolkit', 'NSIS Installer') - -with Files('pluginproblem/*'): - BUG_COMPONENT = ('Core', 'Plug-ins') - -with Files('mozapps/preferences/*'): - BUG_COMPONENT = ('Toolkit', 'Preferences') |