gecko-dev/devtools/client/moz.build
Julian Descottes c18173354b Bug 1386620 - dt-addon: move devtools-startup to devtools shim folder;r=ochameau
MozReview-Commit-ID: GNFAyfXHIa9

--HG--
rename : devtools/client/devtools-startup.js => devtools/shim/devtools-startup.js
rename : devtools/client/devtools-startup.manifest => devtools/shim/devtools-startup.manifest
extra : rebase_source : 32fda4768488b517399d6864c15aa5cbc2639fb6
extra : source : 8d2736d54513382969ba510186860486e66d8b1d
2017-07-20 18:56:39 +02:00

52 lines
1.1 KiB
Python

# -*- 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/.
include('../templates.mozbuild')
DIRS += [
'aboutdebugging',
'animationinspector',
'canvasdebugger',
'commandline',
'debugger',
'dom',
'framework',
'inspector',
'jsonview',
'locales',
'memory',
'netmonitor',
'performance',
'preferences',
'responsive.html',
'responsivedesign',
'scratchpad',
'shadereditor',
'shared',
'shims',
'sourceeditor',
'storage',
'styleeditor',
'themes',
'webaudioeditor',
'webconsole',
'webide',
]
# Shim old theme paths used by DevTools add-ons
if CONFIG['MOZ_BUILD_APP'] == 'browser':
DIRS += ['themes/shims']
JAR_MANIFESTS += ['jar.mn']
DevToolsModules(
'definitions.js',
'menus.js',
)
with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools')