2019-01-29 18:18:42 +03:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
2019-04-15 18:14:54 +03:00
|
|
|
DIRS += [
|
2021-02-23 20:37:03 +03:00
|
|
|
"cdp",
|
2021-02-08 15:34:37 +03:00
|
|
|
"components",
|
2021-05-31 20:36:06 +03:00
|
|
|
"marionette",
|
2021-02-23 20:37:03 +03:00
|
|
|
"shared",
|
2021-07-09 11:00:52 +03:00
|
|
|
"webdriver-bidi",
|
2019-04-15 18:14:54 +03:00
|
|
|
]
|
2019-01-29 18:18:42 +03:00
|
|
|
|
2019-11-19 16:54:15 +03:00
|
|
|
JAR_MANIFESTS += ["jar.mn"]
|
2019-11-19 15:32:48 +03:00
|
|
|
|
2019-01-29 18:18:42 +03:00
|
|
|
with Files("**"):
|
2019-03-13 17:03:16 +03:00
|
|
|
BUG_COMPONENT = ("Remote Protocol", "Agent")
|
2019-01-29 18:18:42 +03:00
|
|
|
|
|
|
|
with Files("doc/**"):
|
|
|
|
SCHEDULES.exclusive = ["docs"]
|
|
|
|
|
2019-02-06 21:13:42 +03:00
|
|
|
SPHINX_TREES["/remote"] = "doc"
|