Backed out changeset b71c8c052463 (bug 1943846) for causing mass failures. CLOSED...
[gecko.git] / devtools / client / accessibility / moz.build
blob26e265b58cb672af0ce3e7d5baf4489eabaac769
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/.
5 MOCHITEST_CHROME_MANIFESTS += ["test/chrome/chrome.toml"]
6 BROWSER_CHROME_MANIFESTS += ["test/browser/browser.toml"]
8 DIRS += ["actions", "components", "reducers", "utils"]
10 DevToolsModules(
11     "accessibility-proxy.js",
12     "accessibility-view.js",
13     "constants.js",
14     "panel.js",
15     "picker.js",
16     "provider.js",
19 with Files("**"):
20     BUG_COMPONENT = ("DevTools", "Accessibility Tools")