Bug 1454293 [wpt PR 10484] - null is not the correct origin for createDocument()...
[gecko.git] / tools / moz.build
blob60108a24644db9cc9055f615d2a9e639d9e64669
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 = ("Core", "Rewriting and Analysis")
22 with Files("docs/**"):
23     BUG_COMPONENT = ("Firefox Build System", "Generated Documentation")
24     SCHEDULES.exclusive = ['docs']
26 with Files("lint/**"):
27     BUG_COMPONENT = ("Testing", "Lint")
29 with Files("profiler/**"):
30     BUG_COMPONENT = ("Core", "Gecko Profiler")
32 with Files("quitter/**"):
33     BUG_COMPONENT = ("Testing", "General")
35 with Files("rb/**"):
36     BUG_COMPONENT = ("Core", "XPCOM")
38 with Files("rewriting/**"):
39     BUG_COMPONENT = ("Core", "Rewriting and Analysis")
41 with Files("tryselect/**"):
42     BUG_COMPONENT = ("Testing", "General")
44 with Files("update-packaging/**"):
45     BUG_COMPONENT = ("Release Engineering", "Other")
47 SPHINX_TREES['lint'] = 'lint/docs'
49 with Files('lint/docs/**'):
50     SCHEDULES.exclusive = ['docs']
52 SPHINX_TREES['compare-locales'] = 'compare-locales/docs'
54 with Files('compare-locales/docs/**'):
55     SCHEDULES.exclusive = ['docs']
57 SPHINX_TREES['try'] = 'tryselect/docs'
59 with Files('tryselect/docs/**'):
60     SCHEDULES.exclusive = ['docs']
62 CRAMTEST_MANIFESTS += [
63     'tryselect/test/cram.ini',
66 PYTHON_UNITTEST_MANIFESTS += [
67     'lint/test/python.ini',
68     'tryselect/test/python.ini',