summaryrefslogtreecommitdiffstats
path: root/browser/experiments/moz.build
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-04-08 12:24:27 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-04-08 12:24:27 +0200
commitbf6bb142fc5bcb49b053788e06160af304f639e5 (patch)
tree2b45b84a1b216d17c0911d6f228c1264fefc31e1 /browser/experiments/moz.build
parent309d1ca1f297e5ccf2309d6d90b82d558e5d426c (diff)
downloadUXP-bf6bb142fc5bcb49b053788e06160af304f639e5.tar
UXP-bf6bb142fc5bcb49b053788e06160af304f639e5.tar.gz
UXP-bf6bb142fc5bcb49b053788e06160af304f639e5.tar.lz
UXP-bf6bb142fc5bcb49b053788e06160af304f639e5.tar.xz
UXP-bf6bb142fc5bcb49b053788e06160af304f639e5.zip
Remove telemetry experiments framework
Diffstat (limited to 'browser/experiments/moz.build')
-rw-r--r--browser/experiments/moz.build18
1 files changed, 0 insertions, 18 deletions
diff --git a/browser/experiments/moz.build b/browser/experiments/moz.build
deleted file mode 100644
index a11e4b725..000000000
--- a/browser/experiments/moz.build
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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/.
-
-HAS_MISC_RULE = True
-
-EXTRA_COMPONENTS += [
- 'Experiments.manifest',
- 'ExperimentsService.js',
-]
-
-EXTRA_JS_MODULES.experiments += [
- 'Experiments.jsm',
-]
-
-XPCSHELL_TESTS_MANIFESTS += ['test/xpcshell/xpcshell.ini']
-
-SPHINX_TREES['experiments'] = 'docs'