Bug 1859954 - Use XP_DARWIN rather than XP_MACOS in PHC r=glandium
[gecko.git] / third_party / python / moz.build
blobc67e814a1bdd00c9b612a73493cfbd3d480db9ea
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 # Default extra components to build config
8 with Files('**'):
9     BUG_COMPONENT = ('Firefox Build System', 'General')
11 with Files('attrs/**'):
12     BUG_COMPONENT = ('Firefox Build System', 'Task Configuration')
14 with Files('compare_locales/**'):
15     BUG_COMPONENT = ('Localization Infrastructure and Tools', 'compare-locales')
17 with Files('fluent.migrate/**'):
18     BUG_COMPONENT = ('Localization Infrastructure and Tools', 'Fluent Migration')
20 # Actually, https://github.com/projectfluent/python-fluent/issues
21 with Files('fluent.syntax/**'):
22     BUG_COMPONENT = ('Localization Infrastructure and Tools', 'General')
24 with Files('jsmin/**'):
25     BUG_COMPONENT = ('GeckoView', 'General')
27 with Files('mohawk/**'):
28     BUG_COMPONENT = ('Taskcluster', 'Platform Libraries')
30 with Files('mozilla_version/**'):
31     BUG_COMPONENT = ('Release Engineering', 'General')
33 with Files('pyasn1/**'):
34     BUG_COMPONENT = ('Release Engineering', 'General')
36 with Files('pyasn1_modules/**'):
37     BUG_COMPONENT = ('Core', 'Security: PSM')
39 with Files('pylru/**'):
40     BUG_COMPONENT = ('mozilla.org', 'MozillaBuild')
42 with Files('pytest/**'):
43     BUG_COMPONENT = ('Testing', 'General')
45 with Files('pyyaml/**'):
46     BUG_COMPONENT = ('Taskcluster', 'General')
48 with Files('rsa/**'):
49     BUG_COMPONENT = ('Core', 'Security: PSM')
51 with Files('slugid/**'):
52     BUG_COMPONENT = ('Taskcluster', 'Platform Libraries')
54 with Files('taskcluster/**'):
55     BUG_COMPONENT = ('Taskcluster', 'Platform Libraries')
57 with Files('voluptuous/**'):
58     BUG_COMPONENT = ('Firefox Build System', 'Task Configuration')