Skip to content

Commit

Permalink
[embedlite] Align moz.build a bit closer to b2g/android moz.build
Browse files Browse the repository at this point in the history
  • Loading branch information
rainemak committed Apr 29, 2020
1 parent 2776d27 commit 3ece0f6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions embedding/embedlite/moz.build
Expand Up @@ -3,10 +3,10 @@
# 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/.

DIRS += ['tests']

CONFIGURE_SUBST_FILES += ['installer/Makefile']

DIRS += ['tests']

JS_PREFERENCE_FILES += [
'embedding.js',
]
Expand Down Expand Up @@ -125,3 +125,6 @@ if CONFIG['TARGET_XPCOM_ABI']:
CONFIG['TARGET_XPCOM_ABI'])

include('/ipc/chromium/chromium-config.mozbuild')

with Files('**'):
BUG_COMPONENT = ('Embedlite', 'Build Config')

0 comments on commit 3ece0f6

Please sign in to comment.