2013-04-01 18:36:59 +00:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-25 20:47:23 +00: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-18 00:00:58 +00:00
|
|
|
EXTRA_JS_MODULES += [
|
2013-07-18 22:01:00 +00:00
|
|
|
'ContactService.jsm',
|
2013-10-17 23:30:47 +00:00
|
|
|
'HelperApps.jsm',
|
2013-08-20 00:22:47 +00:00
|
|
|
'Home.jsm',
|
2013-06-18 00:00:58 +00:00
|
|
|
'JNI.jsm',
|
|
|
|
'LightweightThemeConsumer.jsm',
|
2013-11-01 19:06:07 +00:00
|
|
|
'Notifications.jsm',
|
2013-06-18 00:00:58 +00:00
|
|
|
'OrderedBroadcast.jsm',
|
|
|
|
'Prompt.jsm',
|
|
|
|
'Sanitizer.jsm',
|
|
|
|
'SharedPreferences.jsm',
|
|
|
|
]
|