summaryrefslogtreecommitdiff
path: root/application/palemoon/components/build/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-11-30 12:55:21 -0500
committerMatt A. Tobin <email@mattatobin.com>2018-11-30 12:55:21 -0500
commitbaf02592675c001061171047295eec0cbcb526c5 (patch)
tree7973f35e3bee3fc59735fe452e97a914085ccd58 /application/palemoon/components/build/moz.build
parent2f472038cb5234a7be3ee6cdb067208907227608 (diff)
downloadaura-central-baf02592675c001061171047295eec0cbcb526c5.tar.gz
Issue mcp-graveyard/UXP%889 - Clean up the Pale Moon tree - Part 2a: Make moz.build consistent
Diffstat (limited to 'application/palemoon/components/build/moz.build')
-rw-r--r--application/palemoon/components/build/moz.build8
1 files changed, 2 insertions, 6 deletions
diff --git a/application/palemoon/components/build/moz.build b/application/palemoon/components/build/moz.build
index d2b200968..ea1f77163 100644
--- a/application/palemoon/components/build/moz.build
+++ b/application/palemoon/components/build/moz.build
@@ -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')