gecko-dev/devtools/client/framework/moz.build
yulia b69e429b80 bug 1504185 - remove highlighterUtils from devtools; r=ochameau
Depends on D11083

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

--HG--
extra : moz-landing-system : lando
2018-12-18 08:45:02 +00:00

41 lines
1022 B
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/.
BROWSER_CHROME_MANIFESTS += [
'test/browser.ini',
'test/metrics/browser_metrics_inspector.ini'
]
XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
DIRS += [
'components',
]
DevToolsModules(
'attach-thread.js',
'browser-menus.js',
'devtools-browser.js',
'devtools.js',
'gDevTools.jsm',
'menu-item.js',
'menu.js',
'selection.js',
'sidebar.js',
'source-map-url-service.js',
'target-from-url.js',
'target.js',
'toolbox-context-menu.js',
'toolbox-host-manager.js',
'toolbox-hosts.js',
'toolbox-options.js',
'toolbox-tabs-order-manager.js',
'toolbox.js',
'ToolboxProcess.jsm',
)
with Files('**'):
BUG_COMPONENT = ('DevTools', 'Framework')