gecko-dev/devtools/client/debugger/moz.build
Sebastian Hengst 161a6ec7b4 Bug 1577727 - set meta data in which bugzilla product & component debugger bugs should be filed. r=jlast DONTBUILD
Got (accidentally?) removed in bug 1500987.

Differential Revision: https://phabricator.services.mozilla.com/D44119

--HG--
extra : moz-landing-system : lando
2019-08-30 16:40:39 +00:00

25 lines
489 B
Python

# 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/.
DIRS += [
'dist',
'images',
'src',
]
include('../shared/build/node-templates.mozbuild')
BROWSER_CHROME_MANIFESTS += [
'test/mochitest/browser.ini',
]
DevToolsModules(
'panel.js',
)
with Files('**'):
BUG_COMPONENT = ('DevTools', 'Debugger')