Bug 1733124 [wpt PR 30929] - Fix skew-test1.html., a=testonly
[gecko.git] / remote / moz.build
blobd8e240f1c4a0ea55786f5b53458645c46f773357
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"