Bug 1931425 - Limit how often moz-label's #setStyles runs r=reusable-components-revie...
[gecko.git] / remote / cdp / moz.build
blobf2352fa0b5fe1ac6c3d1571421200415d60cfcd6
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 JAR_MANIFESTS += ["jar.mn"]
7 with Files("**"):
8     BUG_COMPONENT = ("Remote Protocol", "CDP")
10 BROWSER_CHROME_MANIFESTS += [
11     "test/browser/browser.toml",
12     "test/browser/dom/browser.toml",
13     "test/browser/emulation/browser.toml",
14     "test/browser/fetch/browser.toml",
15     "test/browser/input/browser.toml",
16     "test/browser/io/browser.toml",
17     "test/browser/log/browser.toml",
18     "test/browser/network/browser.toml",
19     "test/browser/page/browser.toml",
20     "test/browser/runtime/browser.toml",
21     "test/browser/runtime/browser_with_default_prefs.toml",
22     "test/browser/security/browser.toml",
23     "test/browser/systemInfo/browser.toml",
24     "test/browser/target/browser.toml",
27 XPCSHELL_TESTS_MANIFESTS += ["test/xpcshell/xpcshell.toml"]