Bug 1870926 [wpt PR 43734] - Remove experimental ::details-summary pseudo-element...
[gecko.git] / toolkit / components / normandy / moz.build
blobe060f6ac6f0e98fefdb83cc6782992204dfdf9d6
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 with Files("**"):
8     BUG_COMPONENT = ("Firefox", "Normandy Client")
10 JAR_MANIFESTS += ["jar.mn"]
12 EXTRA_JS_MODULES += [
13     "ShieldContentProcess.sys.mjs",
16 TESTING_JS_MODULES += [
17     "test/NormandyTestUtils.sys.mjs",
20 XPCOM_MANIFESTS += [
21     "components.conf",
24 SPHINX_TREES["normandy"] = "docs"
26 TEST_DIRS += ["test/browser"]
28 XPCSHELL_TESTS_MANIFESTS += ["test/unit/xpcshell.toml"]