summaryrefslogtreecommitdiffstats
path: root/devtools/client/shared/moz.build
blob: 7be4a0088af706d32cff1eb30461e6fdf272e7da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']

DIRS += [
    'components',
    'redux',
    'shim',
    'vendor',
    'widgets',
]

DevToolsModules(
    'AppCacheUtils.jsm',
    'autocomplete-popup.js',
    'browser-loader.js',
    'css-angle.js',
    'css-reload.js',
    'curl.js',
    'demangle.js',
    'developer-toolbar.js',
    'devices.js',
    'devtools-file-watcher.js',
    'DOMHelpers.jsm',
    'doorhanger.js',
    'file-watcher-worker.js',
    'file-watcher.js',
    'getjson.js',
    'inplace-editor.js',
    'Jsbeautify.jsm',
    'key-shortcuts.js',
    'keycodes.js',
    'natural-sort.js',
    'network-throttling-profiles.js',
    'node-attribute-parser.js',
    'options-view.js',
    'output-parser.js',
    'poller.js',
    'prefs.js',
    'scroll.js',
    'source-utils.js',
    'SplitView.jsm',
    'suggestion-picker.js',
    'telemetry.js',
    'theme.js',
    'undo.js',
    'view-source.js',
    'webgl-utils.js',
    'zoom-keys.js',
)