No bug - tagging b4d3227540c9ebc43d64aac6168fdca7019c22d8 with FIREFOX_BETA_126_BASE...
[gecko.git] / devtools / shared / specs / moz.build
blob4982ec7924cb6282e9a02addb93e5011c06b4c95
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 DIRS += [
8     "addon",
9     "descriptors",
10     "style",
11     "targets",
12     "worker",
15 DevToolsModules(
16     "accessibility.js",
17     "animation.js",
18     "array-buffer.js",
19     "blackboxing.js",
20     "breakpoint-list.js",
21     "changes.js",
22     "compatibility.js",
23     "css-properties.js",
24     "device.js",
25     "environment.js",
26     "frame.js",
27     "heap-snapshot-file.js",
28     "highlighters.js",
29     "index.js",
30     "inspector.js",
31     "layout.js",
32     "manifest.js",
33     "memory.js",
34     "network-content.js",
35     "network-event.js",
36     "network-parent.js",
37     "node.js",
38     "object.js",
39     "objects-manager.js",
40     "page-style.js",
41     "perf.js",
42     "preference.js",
43     "private-properties-iterator.js",
44     "property-iterator.js",
45     "reflow.js",
46     "responsive.js",
47     "root.js",
48     "screenshot-content.js",
49     "screenshot.js",
50     "source.js",
51     "storage.js",
52     "string.js",
53     "style-rule.js",
54     "style-sheets.js",
55     "symbol-iterator.js",
56     "symbol.js",
57     "target-configuration.js",
58     "thread-configuration.js",
59     "thread.js",
60     "tracer.js",
61     "walker.js",
62     "watcher.js",
63     "webconsole.js",