1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 toolkit = CONFIG["MOZ_WIDGET_TOOLKIT"]
11 elif toolkit == "windows":
13 elif toolkit == "cocoa":
15 elif toolkit == "android":
32 TEST_DIRS += ["tests/mochitest"]
34 BROWSER_CHROME_MANIFESTS += [
35 "tests/browser/bounds/browser.toml",
36 "tests/browser/browser.toml",
37 "tests/browser/e10s/browser.toml",
38 "tests/browser/events/browser.toml",
39 "tests/browser/fission/browser.toml",
40 "tests/browser/general/browser.toml",
41 "tests/browser/hittest/browser.toml",
42 "tests/browser/mac/browser.toml",
43 "tests/browser/pivot/browser.toml",
44 "tests/browser/role/browser.toml",
45 "tests/browser/scroll/browser.toml",
46 "tests/browser/selectable/browser.toml",
47 "tests/browser/states/browser.toml",
48 "tests/browser/telemetry/browser.toml",
49 "tests/browser/text/browser.toml",
50 "tests/browser/tree/browser.toml",
51 "tests/browser/windows/ia2/browser.toml",
52 "tests/browser/windows/uia/browser.toml",
56 BUG_COMPONENT = ("Core", "Disability Access APIs")
58 SPHINX_TREES["/accessible"] = "docs"
60 with Files("docs/**"):
61 SCHEDULES.exclusive = ["docs"]