Issue #65 - Remove AppConstants from toolkit/mozapps/update

This commit is contained in:
Matt A. Tobin 2020-02-05 14:31:58 -05:00 committed by Roy Tam
commit f77d815b53
2 changed files with 152 additions and 143 deletions

View file

@ -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('**'):