2014-05-29 13:13:40 -07:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
|
|
# 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/.
|
|
|
|
|
|
|
|
JAR_MANIFESTS += ['jar.mn']
|
2014-05-29 13:13:46 -07:00
|
|
|
|
|
|
|
XPCSHELL_TESTS_MANIFESTS += ['test/xpcshell/xpcshell.ini']
|
|
|
|
|
2014-07-15 02:03:03 -07:00
|
|
|
BROWSER_CHROME_MANIFESTS += [
|
|
|
|
'test/mochitest/browser.ini',
|
|
|
|
]
|
|
|
|
|
2014-07-25 10:40:07 -07:00
|
|
|
EXTRA_JS_MODULES.loop += [
|
2014-08-29 11:31:46 -07:00
|
|
|
'CardDavImporter.jsm',
|
2014-10-02 03:37:38 -07:00
|
|
|
'GoogleImporter.jsm',
|
2014-10-23 09:50:12 -07:00
|
|
|
'LoopCalls.jsm',
|
2014-08-12 03:24:07 -07:00
|
|
|
'LoopContacts.jsm',
|
2014-10-23 09:50:12 -07:00
|
|
|
'LoopRooms.jsm',
|
2014-08-12 03:24:07 -07:00
|
|
|
'LoopStorage.jsm',
|
2014-05-29 13:13:46 -07:00
|
|
|
'MozLoopAPI.jsm',
|
2014-06-16 00:41:17 -07:00
|
|
|
'MozLoopPushHandler.jsm',
|
2014-08-18 14:32:34 -07:00
|
|
|
'MozLoopService.jsm',
|
2014-09-04 08:13:01 -07:00
|
|
|
'MozLoopWorker.js',
|
2014-08-18 14:32:34 -07:00
|
|
|
]
|