Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- |
michael@0 | 2 | # vim: set filetype=python: |
michael@0 | 3 | # This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 4 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 5 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
michael@0 | 6 | |
michael@0 | 7 | DIRS += [ |
michael@0 | 8 | 'app-manager', |
michael@0 | 9 | 'canvasdebugger', |
michael@0 | 10 | 'commandline', |
michael@0 | 11 | 'debugger', |
michael@0 | 12 | 'eyedropper', |
michael@0 | 13 | 'fontinspector', |
michael@0 | 14 | 'framework', |
michael@0 | 15 | 'inspector', |
michael@0 | 16 | 'layoutview', |
michael@0 | 17 | 'markupview', |
michael@0 | 18 | 'netmonitor', |
michael@0 | 19 | 'profiler', |
michael@0 | 20 | 'responsivedesign', |
michael@0 | 21 | 'scratchpad', |
michael@0 | 22 | 'shadereditor', |
michael@0 | 23 | 'shared', |
michael@0 | 24 | 'sourceeditor', |
michael@0 | 25 | 'styleeditor', |
michael@0 | 26 | 'styleinspector', |
michael@0 | 27 | 'tilt', |
michael@0 | 28 | 'webaudioeditor', |
michael@0 | 29 | 'webconsole', |
michael@0 | 30 | ] |
michael@0 | 31 | |
michael@0 | 32 | EXTRA_COMPONENTS += [ |
michael@0 | 33 | 'devtools-clhandler.js', |
michael@0 | 34 | 'devtools-clhandler.manifest', |
michael@0 | 35 | ] |
michael@0 | 36 | |
michael@0 | 37 | JAR_MANIFESTS += ['jar.mn'] |