summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/update/moz.build
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-02-07 10:57:04 +0100
committerGitHub <noreply@github.com>2020-02-07 10:57:04 +0100
commit6c82d043a1fbcda650057467ae2858025290ed25 (patch)
tree0e6ed8ca0a0d12653351c67d8de62a372c954f29 /toolkit/mozapps/update/moz.build
parenta6ef90b1830e263fefda7bcb6e7b74464044a678 (diff)
parentfa52fa60b70c5883acd4a8edd8e1f89c3d5f3920 (diff)
downloadUXP-6c82d043a1fbcda650057467ae2858025290ed25.tar
UXP-6c82d043a1fbcda650057467ae2858025290ed25.tar.gz
UXP-6c82d043a1fbcda650057467ae2858025290ed25.tar.lz
UXP-6c82d043a1fbcda650057467ae2858025290ed25.tar.xz
UXP-6c82d043a1fbcda650057467ae2858025290ed25.zip
Merge pull request #1394 from MoonchildProductions/appconst-work
The rest of removing AppConstants for Platform
Diffstat (limited to 'toolkit/mozapps/update/moz.build')
-rw-r--r--toolkit/mozapps/update/moz.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/toolkit/mozapps/update/moz.build b/toolkit/mozapps/update/moz.build
index 5f1d56764..f80e5bf5c 100644
--- a/toolkit/mozapps/update/moz.build
+++ b/toolkit/mozapps/update/moz.build
@@ -18,11 +18,12 @@ XPIDL_SOURCES += [
TEST_DIRS += ['tests']
EXTRA_COMPONENTS += [
- 'nsUpdateService.js',
'nsUpdateService.manifest',
'nsUpdateServiceStub.js',
]
+EXTRA_PP_COMPONENTS += ['nsUpdateService.js']
+
JAR_MANIFESTS += ['jar.mn']
with Files('**'):