Mypal68/devtools/client/framework/moz.build
2025-04-19 19:11:17 +03:00

46 lines
1.2 KiB
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/.
BROWSER_CHROME_MANIFESTS += [
'test/allocations/browser_allocations_target.ini',
'test/browser-rtl.ini',
'test/browser.ini',
'test/metrics/browser_metrics_debugger.ini',
'test/metrics/browser_metrics_inspector.ini',
'test/metrics/browser_metrics_netmonitor.ini',
'test/metrics/browser_metrics_webconsole.ini',
]
XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
DIRS += [
'components',
'actions',
'reducers',
]
DevToolsModules(
'browser-menus.js',
'devtools-browser.js',
'devtools.js',
'menu-item.js',
'menu.js',
'selection.js',
'sidebar.js',
'source-map-url-service.js',
'store-provider.js',
'store.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')