2013-04-01 18:36:59 +00:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-25 21:19:09 +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/.
|
|
|
|
|
2014-02-06 21:00:20 +00:00
|
|
|
XPCSHELL_TESTS_MANIFESTS += [
|
|
|
|
'tests/unit/xpcshell.ini',
|
|
|
|
'tests/unit_cps2/xpcshell.ini',
|
|
|
|
]
|
2013-03-19 18:47:00 +00:00
|
|
|
|
2014-08-11 18:13:36 +00:00
|
|
|
MOCHITEST_MANIFESTS += [
|
|
|
|
'tests/mochitest/mochitest.ini'
|
|
|
|
]
|
|
|
|
|
2013-06-10 15:19:28 +00:00
|
|
|
EXTRA_COMPONENTS += [
|
|
|
|
'nsContentPrefService.js',
|
|
|
|
'nsContentPrefService.manifest',
|
|
|
|
]
|
2013-06-17 19:22:56 +00:00
|
|
|
|
|
|
|
EXTRA_JS_MODULES += [
|
|
|
|
'ContentPrefInstance.jsm',
|
|
|
|
'ContentPrefService2.jsm',
|
2014-08-11 18:13:36 +00:00
|
|
|
'ContentPrefServiceChild.jsm',
|
|
|
|
'ContentPrefServiceParent.jsm',
|
2013-06-17 19:22:56 +00:00
|
|
|
'ContentPrefStore.jsm',
|
2014-08-11 18:13:36 +00:00
|
|
|
'ContentPrefUtils.jsm',
|
2013-06-17 19:22:56 +00:00
|
|
|
]
|
|
|
|
|