gecko-dev/devtools/client/accessibility/moz.build

27 строки
644 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/.
MOCHITEST_CHROME_MANIFESTS += ['test/mochitest/chrome.ini']
BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini']
DIRS += [
'actions',
'components',
'reducers',
'utils'
]
DevToolsModules(
'accessibility-startup.js',
'accessibility-view.js',
'accessibility.css',
'constants.js',
'panel.js',
'picker.js',
'provider.js',
)
with Files('**'):
BUG_COMPONENT = ('DevTools', 'Accessibility Tools')