michael@0: # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- michael@0: # vim: set filetype=python: michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: DIRS += [ michael@0: 'app-manager', michael@0: 'canvasdebugger', michael@0: 'commandline', michael@0: 'debugger', michael@0: 'eyedropper', michael@0: 'fontinspector', michael@0: 'framework', michael@0: 'inspector', michael@0: 'layoutview', michael@0: 'markupview', michael@0: 'netmonitor', michael@0: 'profiler', michael@0: 'responsivedesign', michael@0: 'scratchpad', michael@0: 'shadereditor', michael@0: 'shared', michael@0: 'sourceeditor', michael@0: 'styleeditor', michael@0: 'styleinspector', michael@0: 'tilt', michael@0: 'webaudioeditor', michael@0: 'webconsole', michael@0: ] michael@0: michael@0: EXTRA_COMPONENTS += [ michael@0: 'devtools-clhandler.js', michael@0: 'devtools-clhandler.manifest', michael@0: ] michael@0: michael@0: JAR_MANIFESTS += ['jar.mn']