summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/update/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/mozapps/update/moz.build')
-rw-r--r--toolkit/mozapps/update/moz.build12
1 files changed, 3 insertions, 9 deletions
diff --git a/toolkit/mozapps/update/moz.build b/toolkit/mozapps/update/moz.build
index 5f1d56764..c40f2fdd5 100644
--- a/toolkit/mozapps/update/moz.build
+++ b/toolkit/mozapps/update/moz.build
@@ -11,19 +11,13 @@ DIRS += [
'updater',
]
-XPIDL_SOURCES += [
- 'nsIUpdateService.idl',
-]
-
-TEST_DIRS += ['tests']
+XPIDL_SOURCES += ['nsIUpdateService.idl']
EXTRA_COMPONENTS += [
- 'nsUpdateService.js',
'nsUpdateService.manifest',
'nsUpdateServiceStub.js',
]
-JAR_MANIFESTS += ['jar.mn']
+EXTRA_PP_COMPONENTS += ['nsUpdateService.js']
-with Files('**'):
- BUG_COMPONENT = ('Toolkit', 'Application Update')
+JAR_MANIFESTS += ['jar.mn']