mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
Issue #889 - Clean up the Pale Moon tree - Part 2a: Make moz.build consistent
This commit is contained in:
parent
00c0692c36
commit
e954ea3e95
19 changed files with 25 additions and 83 deletions
|
|
@ -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']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue