Bug 1675375 Part 7: Update expectations in helper_hittest_clippath.html. r=botond
[gecko.git] / devtools / shared / moz.build
blob048c8937016c5d72d6bba224cccfc4574a2b26d5
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     "acorn",
11     "css",
12     "commands",
13     "compatibility",
14     "discovery",
15     "heapsnapshot",
16     "inspector",
17     "jsbeautify",
18     "layout",
19     "locales",
20     "node-properties",
21     "performance",
22     "performance-new",
23     "platform",
24     "protocol",
25     "qrcode",
26     "resources",
27     "security",
28     "sprintfjs",
29     "specs",
30     "storage",
31     "transport",
32     "webconsole",
33     "worker",
36 if CONFIG["MOZ_BUILD_APP"] != "mobile/android":
37     BROWSER_CHROME_MANIFESTS += ["tests/browser/browser.ini"]
39 BROWSER_CHROME_MANIFESTS += ["test-helpers/browser.ini"]
41 MOCHITEST_CHROME_MANIFESTS += ["tests/chrome/chrome.ini"]
42 XPCSHELL_TESTS_MANIFESTS += ["tests/xpcshell/xpcshell.ini"]
44 JAR_MANIFESTS += ["jar.mn"]
46 DevToolsModules(
47     "accessibility.js",
48     "async-storage.js",
49     "async-utils.js",
50     "base-loader.js",
51     "builtin-modules.js",
52     "constants.js",
53     "content-observer.js",
54     "debounce.js",
55     "defer.js",
56     "DevToolsUtils.js",
57     "dom-helpers.js",
58     "dom-node-constants.js",
59     "dom-node-filter-constants.js",
60     "event-emitter.js",
61     "extend.js",
62     "flags.js",
63     "generate-uuid.js",
64     "indentation.js",
65     "indexed-db.js",
66     "l10n.js",
67     "loader-plugin-raw.jsm",
68     "Loader.jsm",
69     "natural-sort.js",
70     "path.js",
71     "picker-constants.js",
72     "plural-form.js",
73     "protocol.js",
74     "system.js",
75     "task.js",
76     "ThreadSafeDevToolsUtils.js",
77     "throttle.js",
80 with Files("**"):
81     BUG_COMPONENT = ("DevTools", "General")