2014-03-19 01:52:28 +04:00
|
|
|
# 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/.
|
|
|
|
|
2017-04-19 15:11:47 +03:00
|
|
|
with Files("**"):
|
|
|
|
BUG_COMPONENT = ("Toolkit", "Telemetry")
|
|
|
|
|
2014-11-14 06:30:21 +03:00
|
|
|
HAS_MISC_RULE = True
|
|
|
|
|
2014-03-19 01:52:28 +04:00
|
|
|
EXTRA_COMPONENTS += [
|
|
|
|
'Experiments.manifest',
|
|
|
|
'ExperimentsService.js',
|
|
|
|
]
|
|
|
|
|
2014-07-25 21:40:07 +04:00
|
|
|
EXTRA_JS_MODULES.experiments += [
|
2014-03-19 01:52:28 +04:00
|
|
|
'Experiments.jsm',
|
|
|
|
]
|
|
|
|
|
|
|
|
XPCSHELL_TESTS_MANIFESTS += ['test/xpcshell/xpcshell.ini']
|
2014-02-27 04:46:26 +04:00
|
|
|
|
|
|
|
SPHINX_TREES['experiments'] = 'docs'
|