2013-04-01 22:36:59 +04:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-26 00:47:20 +04: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/.
|
|
|
|
|
2014-07-29 03:57:59 +04:00
|
|
|
DIRS += ['interfaces']
|
2013-06-10 19:19:28 +04:00
|
|
|
|
|
|
|
EXTRA_COMPONENTS += [
|
2015-02-11 13:18:32 +03:00
|
|
|
'SystemMessageCache.js',
|
2013-06-10 19:19:28 +04:00
|
|
|
'SystemMessageInternal.js',
|
|
|
|
'SystemMessageManager.js',
|
|
|
|
'SystemMessageManager.manifest',
|
|
|
|
]
|
2013-06-10 20:08:47 +04:00
|
|
|
|
|
|
|
EXTRA_JS_MODULES += [
|
|
|
|
'SystemMessagePermissionsChecker.jsm',
|
|
|
|
]
|
2014-07-26 10:17:24 +04:00
|
|
|
|
|
|
|
MOCHITEST_MANIFESTS += ['test/mochitest.ini']
|
2015-05-19 13:22:36 +03:00
|
|
|
MOCHITEST_CHROME_MANIFESTS += ['test/chrome.ini']
|