Bug 1622408 [wpt PR 22244] - Restore the event delegate for a CSSTransition after...
[gecko.git] / devtools / shared / fronts / moz.build
blob0fcdd630550a19b0f4cbf5c298ff7c184c26dac0
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     'changes.js',
20     'content-viewer.js',
21     'css-properties.js',
22     'device.js',
23     'environment.js',
24     'frame.js',
25     'framerate.js',
26     'highlighters.js',
27     'inspector.js',
28     'layout.js',
29     'manifest.js',
30     'memory.js',
31     'node.js',
32     'object.js',
33     'perf.js',
34     'performance-recording.js',
35     'performance.js',
36     'preference.js',
37     'property-iterator.js',
38     'reflow.js',
39     'responsive.js',
40     'root.js',
41     'screenshot.js',
42     'source.js',
43     'storage.js',
44     'string.js',
45     'styles.js',
46     'stylesheets.js',
47     'symbol-iterator.js',
48     'thread.js',
49     'walker.js',
50     'webconsole.js',
51     'websocket.js'