Bug 1809861 - Part 3: Reorder off-thread compilation methods r=smaug
[gecko.git] / third_party / moz.build
bloba405cf0f6db0a8146048bf35ab5ed8f1c14d8ae5
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
4 with Files('moz.build'):
5     BUG_COMPONENT = ('Firefox Build System', 'General')
7 with Files('aom/**'):
8     BUG_COMPONENT = ('Core', 'Audio/Video: Playback')
10 with Files('cups/**'):
11     BUG_COMPONENT = ('Core', 'Printing: Setup')
13 with Files('dav1d/**'):
14     BUG_COMPONENT = ('Core', 'Audio/Video: Playback')
16 with Files('function2/**'):
17     BUG_COMPONENT = ('Core', 'MFBT')
19 with Files('googletest/**'):
20     BUG_COMPONENT = ('Testing', 'GTest')
22 with Files('highway/**'):
23     BUG_COMPONENT = ('Core', 'Graphics: ImageLib')
25 with Files('intgemm/**'):
26     BUG_COMPONENT = ('Core', 'Javascript: WebAssembly')
28 with Files('jpeg-xl/**'):
29     BUG_COMPONENT = ('Core', 'Graphics: ImageLib')
31 with Files('js/d3/**'):
32     BUG_COMPONENT = ('Toolkit', 'General')
34 with Files('js/cfworker/**'):
35     BUG_COMPONENT = ('Toolkit', 'General')
37 with Files('rust/**'):
38     BUG_COMPONENT = ('Firefox Build System', 'General')
40 with Files('webkit/**'):
41     BUG_COMPONENT = ('Firefox Build System', 'General')
43 with Files('xsimd/**'):
44     BUG_COMPONENT = ('Firefox Build System', 'General')
46 with Files('prio/**'):
47     BUG_COMPONENT = ('Firefox Build System', 'General')
49 with Files('msgpack/**'):
50     BUG_COMPONENT = ('Firefox Build System', 'General')
52 with Files('sipcc/**'):
53     BUG_COMPONENT = ('Core', 'WebRTC: Signaling')
55 with Files('sqlite3/**'):
56     BUG_COMPONENT = ('Toolkit', 'Storage')
58 with Files('rlbox/**'):
59     BUG_COMPONENT = ('Firefox Build System', 'General')
61 with Files("libwebrtc/**"):
62     BUG_COMPONENT = ("Core", "WebRTC")
64 with Files("pipewire/**"):
65     BUG_COMPONENT = ("Core", "WebRTC")
67 with Files('rlbox_wasm2c_sandbox/**'):
68     BUG_COMPONENT = ('Firefox Build System', 'General')
70 with Files('wasm2c/**'):
71     BUG_COMPONENT = ('Firefox Build System', 'General')
73 with Files('WinToast/**'):
74     BUG_COMPONENT = ('Toolkit', 'General')
76 with Files('libsrtp/**'):
77     BUG_COMPONENT = ('Core', 'WebRTC: Networking')