Bug 1580545 - Convert ResponsiveUI and ResponsiveUIManager to ES6 classes. r=mtigley
[gecko.git] / devtools / client / moz.build
blob38047c6e19ddcc5156c31cf533980a1a51e90637
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     'aboutdebugging',
11     'accessibility',
12     'application',
13     'debugger',
14     'dom',
15     'framework',
16     'inspector',
17     'jsonview',
18     'locales',
19     'memory',
20     'netmonitor',
21     'performance',
22     'performance-new',
23     'preferences',
24     'responsive',
25     'scratchpad',
26     'shared',
27     'storage',
28     'styleeditor',
29     'themes',
30     'webconsole',
31     'webide',
32     'webreplay',
35 JAR_MANIFESTS += ['jar.mn']
37 DevToolsModules(
38     'definitions.js',
39     'menus.js',
42 with Files('**'):
43     BUG_COMPONENT = ('DevTools', 'General')