moz.build (527B)
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/. 4 5 DIRS += [ 6 "components", 7 "marionette", 8 "shared", 9 "webdriver-bidi", 10 ] 11 12 JAR_MANIFESTS += ["jar.mn"] 13 14 with Files("**"): 15 BUG_COMPONENT = ("Remote Protocol", "Agent") 16 17 with Files("doc/**"): 18 SCHEDULES.exclusive = ["docs"] 19 20 SPHINX_TREES["/remote"] = "doc" 21 SPHINX_TREES["/testing/marionette"] = "doc/marionette"