Bug 1697394 [wpt PR 27904] - CSP: Add WPT for javascript URL inheritance, a=testonly
[gecko.git] / remote / moz.build
blob0c661790253ef4fd826eb0a5512eb348d273bd48
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 DIRS += [
6     "cdp",
7     "components",
8     "shared",
11 JAR_MANIFESTS += ["jar.mn"]
13 with Files("**"):
14     BUG_COMPONENT = ("Remote Protocol", "Agent")
16 with Files("doc/**"):
17     SCHEDULES.exclusive = ["docs"]
19 SPHINX_TREES["/remote"] = "doc"