moz.build (598B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 MOCHITEST_CHROME_MANIFESTS += ["test/chrome/chrome.toml"] 6 BROWSER_CHROME_MANIFESTS += ["test/browser/browser.toml"] 7 8 DIRS += ["actions", "components", "reducers", "utils"] 9 10 DevToolsModules( 11 "accessibility-proxy.js", 12 "accessibility-view.js", 13 "constants.js", 14 "panel.js", 15 "picker.js", 16 "provider.js", 17 ) 18 19 with Files("**"): 20 BUG_COMPONENT = ("DevTools", "Accessibility Tools")