Issue #889 - Clean up the Pale Moon tree - Part 2a: Make moz.build consistent

This commit is contained in:
NTD 2018-11-30 12:55:21 -05:00 committed by Roy Tam
commit e954ea3e95
19 changed files with 25 additions and 83 deletions

View file

@ -4,17 +4,11 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
XPIDL_SOURCES += [
'fuelIApplication.idl',
]
XPIDL_SOURCES += ['fuelIApplication.idl']
XPIDL_MODULE = 'fuel'
EXTRA_COMPONENTS += [
'fuelApplication.manifest',
]
EXTRA_COMPONENTS += ['fuelApplication.manifest']
EXTRA_PP_COMPONENTS += [
'fuelApplication.js',
]
EXTRA_PP_COMPONENTS += ['fuelApplication.js']