diff options
Diffstat (limited to 'toolkit/mozapps/update/moz.build')
-rw-r--r-- | toolkit/mozapps/update/moz.build | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/toolkit/mozapps/update/moz.build b/toolkit/mozapps/update/moz.build index f80e5bf5c..c40f2fdd5 100644 --- a/toolkit/mozapps/update/moz.build +++ b/toolkit/mozapps/update/moz.build @@ -11,11 +11,7 @@ DIRS += [ 'updater', ] -XPIDL_SOURCES += [ - 'nsIUpdateService.idl', -] - -TEST_DIRS += ['tests'] +XPIDL_SOURCES += ['nsIUpdateService.idl'] EXTRA_COMPONENTS += [ 'nsUpdateService.manifest', @@ -25,6 +21,3 @@ EXTRA_COMPONENTS += [ EXTRA_PP_COMPONENTS += ['nsUpdateService.js'] JAR_MANIFESTS += ['jar.mn'] - -with Files('**'): - BUG_COMPONENT = ('Toolkit', 'Application Update') |