Bug 1891710: part 2) Enable <Element-outerHTML.html> WPT for Trusted Types. r=smaug
[gecko.git] / devtools / client / moz.build
blob67c63b9295be2f9672415f8707589ffaada4c507
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 include("../templates.mozbuild")
9 DIRS += [
10     "aboutdebugging",
11     "accessibility",
12     "application",
13     "debugger",
14     "dom",
15     "framework",
16     "fronts",
17     "inspector",
18     "jsonview",
19     "locales",
20     "memory",
21     "netmonitor",
22     "performance-new",
23     "preferences",
24     "responsive",
25     "shared",
26     "storage",
27     "styleeditor",
28     "themes",
29     "webconsole",
32 JAR_MANIFESTS += ["jar.mn"]
34 DevToolsModules(
35     "constants.js",
36     "definitions.js",
37     "devtools-client.js",
38     "menus.js",
41 if not CONFIG["MOZILLA_OFFICIAL"]:
42     DevToolsModules(
43         "devtools-experimental-prefs.js",
44     )
46 with Files("**"):
47     BUG_COMPONENT = ("DevTools", "General")