Bug 1854550 - pt 2. Move PHC into memory/build r=glandium
[gecko.git] / remote / moz.build
blobe508edcb3168871c3201a40820268834b7540e2d
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     "marionette",
9     "shared",
10     "webdriver-bidi",
13 JAR_MANIFESTS += ["jar.mn"]
15 with Files("**"):
16     BUG_COMPONENT = ("Remote Protocol", "Agent")
18 with Files("doc/**"):
19     SCHEDULES.exclusive = ["docs"]
21 SPHINX_TREES["/remote"] = "doc"
22 SPHINX_TREES["/testing/marionette"] = "doc/marionette"