Bug 1025824 - Fix mHwcLayerMap handling. r=sushil, a=2.0+
[gecko.git] / browser / devtools / moz.build
blobd09a23c79efa9857277180a29c6100b9a6f1ad45
1 # -*- Mode: python; c-basic-offset: 4; 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     'app-manager',
9     'canvasdebugger',
10     'commandline',
11     'debugger',
12     'eyedropper',
13     'fontinspector',
14     'framework',
15     'inspector',
16     'projecteditor',
17     'layoutview',
18     'markupview',
19     'netmonitor',
20     'profiler',
21     'responsivedesign',
22     'scratchpad',
23     'shadereditor',
24     'shared',
25     'sourceeditor',
26     'styleeditor',
27     'styleinspector',
28     'tilt',
29     'webaudioeditor',
30     'webconsole',
33 if CONFIG['MOZ_DEVTOOLS_WEBIDE']:
34     DIRS += ['webide']
36 EXTRA_COMPONENTS += [
37     'devtools-clhandler.js',
38     'devtools-clhandler.manifest',
41 JAR_MANIFESTS += ['jar.mn']