Bug 1722250 re-enable getDisplayMedia() permission-policy tests r=jib
[gecko.git] / devtools / startup / moz.build
blob07341e57fb2d5c03b852df7904cf2c64fe167c98
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 JAR_MANIFESTS += ["jar.mn"]
9 # Register the startup components only for 'all' builds.
10 if CONFIG["MOZ_DEVTOOLS"] == "all":
11     EXTRA_JS_MODULES += [
12         "AboutDebuggingRegistration.jsm",
13         "AboutDevToolsToolboxRegistration.jsm",
14         "DevToolsStartup.jsm",
15     ]
17     DIRS += [
18         "aboutdevtools",
19         "locales",
20     ]
22 XPCOM_MANIFESTS += [
23     "components.conf",
26 XPCSHELL_TESTS_MANIFESTS += ["tests/xpcshell/xpcshell.ini"]
28 if CONFIG["MOZ_BUILD_APP"] != "mobile/android":
29     BROWSER_CHROME_MANIFESTS += ["tests/browser/browser.ini"]