Bug 1890277: part 4) Add CSPParser support for the `trusted-types` directive, guarded...
[gecko.git] / tools / moz.build
blob041c99880086629a4ead29b2e495715d7d6ab284
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 with Files("**"):
8     BUG_COMPONENT = ("Core", "General")
10 with Files("code-coverage/**"):
11     BUG_COMPONENT = ("Testing", "Code Coverage")
13 with Files("compare-locales/mach_commands.py"):
14     BUG_COMPONENT = ("Localization Infrastructure and Tools", "compare-locales")
16 with Files("lint/**"):
17     BUG_COMPONENT = ("Developer Infrastructure", "Lint and Formatting")
19 with Files("moztreedocs/**"):
20     BUG_COMPONENT = ("Developer Infrastructure", "Source Documentation")
21     SCHEDULES.exclusive = ["docs"]
23 with Files("profiler/**"):
24     BUG_COMPONENT = ("Core", "Gecko Profiler")
26 with Files("performance/**"):
27     BUG_COMPONENT = ("Core", "Gecko Profiler")
29 with Files("quitter/**"):
30     BUG_COMPONENT = ("Testing", "General")
32 with Files("rb/**"):
33     BUG_COMPONENT = ("Core", "XPCOM")
35 with Files("rewriting/**"):
36     BUG_COMPONENT = ("Firefox Build System", "Source Code Analysis")
38 with Files("tryselect/**"):
39     BUG_COMPONENT = ("Developer Infrastructure", "Try")
41 with Files("tryselect/selectors/release.py"):
42     BUG_COMPONENT = ("Release Engineering", "General")
44 with Files("update-packaging/**"):
45     BUG_COMPONENT = ("Release Engineering", "General")
47 with Files("update-verify/**"):
48     BUG_COMPONENT = ("Release Engineering", "Release Automation: Updates")
50 with Files("vcs/**"):
51     BUG_COMPONENT = ("Firefox Build System", "General")
53 SPHINX_TREES["moztreedocs"] = "moztreedocs/docs"
55 SPHINX_TREES["try"] = "tryselect/docs"
57 SPHINX_TREES["fuzzing"] = "fuzzing/docs"
59 SPHINX_TREES["sanitizer"] = "sanitizer/docs"
61 SPHINX_TREES["code-coverage"] = "code-coverage/docs"
63 SPHINX_TREES["profiler"] = "profiler/docs"
65 with Files("tryselect/docs/**"):
66     SCHEDULES.exclusive = ["docs"]
68 CRAMTEST_MANIFESTS += [
69     "tryselect/test/cram.toml",
72 PYTHON_UNITTEST_MANIFESTS += [
73     "fuzzing/smoke/python.toml",
74     "lint/test/python.toml",
75     "tryselect/test/python.toml",