Bug 1728059 [wpt PR 30223] - Add Subresource Web Bundle tests for non utf-8 encoding...
[gecko.git] / remote / cdp / moz.build
blobb57ae62d614bd7662cc273025c7f2cdd5f5d29a3
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.ini",
12     "test/browser/component/browser.ini",
13     "test/browser/dom/browser.ini",
14     "test/browser/emulation/browser.ini",
15     "test/browser/input/browser.ini",
16     "test/browser/io/browser.ini",
17     "test/browser/log/browser.ini",
18     "test/browser/network/browser.ini",
19     "test/browser/page/browser.ini",
20     "test/browser/runtime/browser.ini",
21     "test/browser/security/browser.ini",
22     "test/browser/target/browser.ini",
25 XPCSHELL_TESTS_MANIFESTS += ["test/xpcshell/xpcshell.ini"]