Bumping manifests a=b2g-bump
[gecko.git] / dom / wappush / moz.build
blobd3768a262ae4cfc2115ceffde177fe404bc84ffc
1 # vim: set filetype=python:
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 if CONFIG['ENABLE_TESTS']:
7     XPCSHELL_TESTS_MANIFESTS += ['tests/xpcshell.ini']
9 if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk' and CONFIG['MOZ_B2G_RIL']:
10     EXTRA_JS_MODULES += [
11         'gonk/CpPduHelper.jsm',
12         'gonk/SiPduHelper.jsm',
13         'gonk/SlPduHelper.jsm',
14         'gonk/WapPushManager.js',
15         'gonk/WbxmlPduHelper.jsm'
16     ]