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,13 +4,9 @@
# 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/.
EXPORTS += [
'nsBrowserCompsCID.h',
]
EXPORTS += ['nsBrowserCompsCID.h']
SOURCES += [
'nsModule.cpp',
]
SOURCES += ['nsModule.cpp']
XPCOMBinaryComponent('browsercomps')