diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-11-30 12:55:21 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-11-30 12:55:21 -0500 |
commit | 7406a31bca0dcbf6a75f1031637594dd5eff633c (patch) | |
tree | 7973f35e3bee3fc59735fe452e97a914085ccd58 /application/palemoon/components/fuel | |
parent | ac6c6be1ca6f0719db7c7518f620ddde1b733ee0 (diff) | |
download | UXP-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/fuel')
-rw-r--r-- | application/palemoon/components/fuel/moz.build | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/application/palemoon/components/fuel/moz.build b/application/palemoon/components/fuel/moz.build index e78eda088..5c468f27d 100644 --- a/application/palemoon/components/fuel/moz.build +++ b/application/palemoon/components/fuel/moz.build @@ -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'] |