2013-04-01 11:36:59 -07:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-25 12:47:23 -08:00
|
|
|
# vim: set filetype=python:
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# 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/.
|
|
|
|
|
2013-06-17 17:00:58 -07:00
|
|
|
EXTRA_JS_MODULES += [
|
2013-07-18 15:01:00 -07:00
|
|
|
'ContactService.jsm',
|
2013-10-17 16:30:47 -07:00
|
|
|
'HelperApps.jsm',
|
2013-08-19 17:22:47 -07:00
|
|
|
'Home.jsm',
|
2013-06-17 17:00:58 -07:00
|
|
|
'JNI.jsm',
|
|
|
|
'LightweightThemeConsumer.jsm',
|
2013-11-01 12:06:07 -07:00
|
|
|
'Notifications.jsm',
|
2013-06-17 17:00:58 -07:00
|
|
|
'OrderedBroadcast.jsm',
|
|
|
|
'Prompt.jsm',
|
|
|
|
'Sanitizer.jsm',
|
|
|
|
'SharedPreferences.jsm',
|
2013-12-27 14:25:42 -08:00
|
|
|
'SimpleServiceDiscovery.jsm',
|
2013-06-17 17:00:58 -07:00
|
|
|
]
|
2014-01-09 10:18:55 -08:00
|
|
|
|
|
|
|
if CONFIG['MOZ_ANDROID_SYNTHAPKS']:
|
|
|
|
EXTRA_JS_MODULES += [
|
|
|
|
'WebappManager.jsm',
|
|
|
|
'WebappManagerWorker.js',
|
|
|
|
]
|