Bug 1719855 - Factor out StartNewTouchBlockForLongTap. r=botond
[gecko.git] / devtools / client / fronts / moz.build
blob8b568701048dc4585159e416a372368dd12264b8
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     "inspector",
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     "frame.js",
26     "highlighters.js",
27     "inspector.js",
28     "layout.js",
29     "manifest.js",
30     "memory.js",
31     "network-content.js",
32     "network-parent.js",
33     "node.js",
34     "object.js",
35     "page-style.js",
36     "perf.js",
37     "preference.js",
38     "private-properties-iterator.js",
39     "property-iterator.js",
40     "reflow.js",
41     "responsive.js",
42     "root.js",
43     "screenshot-content.js",
44     "screenshot.js",
45     "source.js",
46     "storage.js",
47     "string.js",
48     "style-rule.js",
49     "style-sheets.js",
50     "symbol-iterator.js",
51     "target-configuration.js",
52     "thread-configuration.js",
53     "thread.js",
54     "tracer.js",
55     "walker.js",
56     "watcher.js",
57     "webconsole.js",