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"]
8 BUG_COMPONENT = ("Remote Protocol", "CDP")
10 BROWSER_CHROME_MANIFESTS += [
11 "test/browser/browser.toml",
12 "test/browser/browser_cdp_only.toml",
13 "test/browser/dom/browser.toml",
14 "test/browser/emulation/browser.toml",
15 "test/browser/fetch/browser.toml",
16 "test/browser/input/browser.toml",
17 "test/browser/io/browser.toml",
18 "test/browser/log/browser.toml",
19 "test/browser/network/browser.toml",
20 "test/browser/page/browser.toml",
21 "test/browser/runtime/browser.toml",
22 "test/browser/runtime/browser_with_default_prefs.toml",
23 "test/browser/security/browser.toml",
24 "test/browser/systemInfo/browser.toml",
25 "test/browser/target/browser.toml",
28 XPCSHELL_TESTS_MANIFESTS += ["test/xpcshell/xpcshell.toml"]