gecko-dev/devtools/client/aboutdebugging-new/moz.build
Julian Descottes 8193ff5493 Bug 1499357 - Move inline script out of new aboutdebugging index.html;r=ladybenko
This preparatory work will be necessary to enable CSP for the new about
debugging.

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

--HG--
extra : moz-landing-system : lando
2018-10-18 16:10:35 +00:00

24 lines
487 B
Plaintext

# 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/.
DevToolsModules(
'aboutdebugging.js',
'initializer.js',
)
DIRS += [
'src',
]
XPCSHELL_TESTS_MANIFESTS += [
'test/unit/xpcshell.ini'
]
BROWSER_CHROME_MANIFESTS += [
'test/browser/browser.ini'
]
with Files('**'):
BUG_COMPONENT = ('DevTools', 'about:debugging')