Bug 1591736 - Fix AddonManagerWebAPI::IsAPIEnabled in out-of-process iframes r=mixedpuppy
[gecko.git] / tools / moz.build
blob60f89d1aa25774145e0b8a7617c21da14fce38ef
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/docs/**"):
14     BUG_COMPONENT = ('Mozilla Localizations', 'Documentation')
16 with Files("compare-locales/mach_commands.py"):
17     BUG_COMPONENT = ("Localization Infrastructure and Tools", "compare-locales")
19 with Files("coverity/**"):
20     BUG_COMPONENT = ("Firefox Build System", "Source Code Analysis")
22 with Files("docs/**"):
23     BUG_COMPONENT = ("Firefox Build System", "Generated Documentation")
24     SCHEDULES.exclusive = ['docs']
26 with Files("lint/**"):
27     BUG_COMPONENT = ("Firefox Build System", "Lint and Formatting")
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", "Other")
53 with Files("update-verify/**"):
54     BUG_COMPONENT = ("Release Engineering", "Release Automation: Updates")
56 SPHINX_TREES['lint'] = 'lint/docs'
58 with Files('lint/docs/**'):
59     SCHEDULES.exclusive = ['docs']
61 SPHINX_TREES['compare-locales'] = 'compare-locales/docs'
63 with Files('compare-locales/docs/**'):
64     SCHEDULES.exclusive = ['docs']
66 SPHINX_TREES['try'] = 'tryselect/docs'
68 with Files('tryselect/docs/**'):
69     SCHEDULES.exclusive = ['docs']
71 CRAMTEST_MANIFESTS += [
72     'tryselect/test/cram.ini',
75 PYTHON_UNITTEST_MANIFESTS += [
76     'lint/test/python.ini',
77     'rb/python.ini',
78     'tryselect/test/python.ini',