summaryrefslogtreecommitdiffstats
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
commit7406a31bca0dcbf6a75f1031637594dd5eff633c (patch)
tree7973f35e3bee3fc59735fe452e97a914085ccd58 /application/palemoon/components/build/moz.build
parentac6c6be1ca6f0719db7c7518f620ddde1b733ee0 (diff)
downloadUXP-7406a31bca0dcbf6a75f1031637594dd5eff633c.tar
UXP-7406a31bca0dcbf6a75f1031637594dd5eff633c.tar.gz
UXP-7406a31bca0dcbf6a75f1031637594dd5eff633c.tar.lz
UXP-7406a31bca0dcbf6a75f1031637594dd5eff633c.tar.xz
UXP-7406a31bca0dcbf6a75f1031637594dd5eff633c.zip
Issue #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')