Bug 1708422: part 13) Factor code out to `mozInlineSpellChecker::SpellCheckerTimeSlic...
[gecko.git] / tools / moz.build
blob009b6a0c27d46eadb0012c78b711bde7bad07a39
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("coverity/**"):
17     BUG_COMPONENT = ("Firefox Build System", "Source Code Analysis")
19 with Files("github-sync/**"):
20     BUG_COMPONENT = ("Core", "Graphics")
22 with Files("lint/**"):
23     BUG_COMPONENT = ("Firefox Build System", "Lint and Formatting")
25 with Files("moztreedocs/**"):
26     BUG_COMPONENT = ("Firefox Build System", "Generated Documentation")
27     SCHEDULES.exclusive = ["docs"]
29 with Files("profiler/**"):
30     BUG_COMPONENT = ("Core", "Gecko Profiler")
32 with Files("performance/**"):
33     BUG_COMPONENT = ("Core", "Gecko Profiler")
35 with Files("quitter/**"):
36     BUG_COMPONENT = ("Testing", "General")
38 with Files("rb/**"):
39     BUG_COMPONENT = ("Core", "XPCOM")
41 with Files("rewriting/**"):
42     BUG_COMPONENT = ("Firefox Build System", "Source Code Analysis")
44 with Files("tryselect/**"):
45     BUG_COMPONENT = ("Firefox Build System", "Try")
47 with Files("tryselect/selectors/release.py"):
48     BUG_COMPONENT = ("Release Engineering", "General")
50 with Files("update-packaging/**"):
51     BUG_COMPONENT = ("Release Engineering", "General")
53 with Files("update-verify/**"):
54     BUG_COMPONENT = ("Release Engineering", "Release Automation: Updates")
56 with Files("vcs/**"):
57     BUG_COMPONENT = ("Firefox Build System", "General")
59 SPHINX_TREES["moztreedocs"] = "moztreedocs/docs"
61 SPHINX_TREES["try"] = "tryselect/docs"
63 SPHINX_TREES["fuzzing"] = "fuzzing/docs"
65 SPHINX_TREES["sanitizer"] = "sanitizer/docs"
67 SPHINX_TREES["code-coverage"] = "code-coverage/docs"
69 SPHINX_TREES["profiler"] = "profiler/docs"
71 with Files("tryselect/docs/**"):
72     SCHEDULES.exclusive = ["docs"]
74 CRAMTEST_MANIFESTS += [
75     "tryselect/test/cram.ini",
78 PYTHON_UNITTEST_MANIFESTS += [
79     "lint/test/python.ini",
80     "tryselect/test/python.ini",