Bug 1853305 - Part 3: Use AutoSelectGCHeap for structured clone deserialization r...
[gecko.git] / third_party / moz.build
blobdf56caba27fb2c79837d9111d1036b0ba11992ea
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('gemmology/**'):
20     BUG_COMPONENT = ('Core', 'Javascript: WebAssembly')
22 with Files('googletest/**'):
23     BUG_COMPONENT = ('Testing', 'GTest')
25 with Files('highway/**'):
26     BUG_COMPONENT = ('Core', 'Graphics: ImageLib')
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('js/PKI.js/**'):
38     BUG_COMPONENT = ('Firefox', 'Security')
40 with Files('rust/**'):
41     BUG_COMPONENT = ('Firefox Build System', 'General')
43 with Files('webkit/**'):
44     BUG_COMPONENT = ('Firefox Build System', 'General')
46 with Files('xsimd/**'):
47     BUG_COMPONENT = ('Firefox Build System', 'General')
49 with Files('msgpack/**'):
50     BUG_COMPONENT = ('Firefox Build System', 'General')
52 with Files('simde/**'):
53     BUG_COMPONENT = ('Firefox Build System', 'General')
55 with Files('sipcc/**'):
56     BUG_COMPONENT = ('Core', 'WebRTC: Signaling')
58 with Files('sqlite3/**'):
59     BUG_COMPONENT = ('Toolkit', 'Storage')
61 with Files('rlbox/**'):
62     BUG_COMPONENT = ('Firefox Build System', 'General')
64 with Files("libwebrtc/**"):
65     BUG_COMPONENT = ("Core", "WebRTC")
67 with Files("gbm/**"):
68     BUG_COMPONENT = ("Core", "WebRTC")
70 with Files("pipewire/**"):
71     BUG_COMPONENT = ("Core", "WebRTC")
73 with Files("drm/**"):
74     BUG_COMPONENT = ("Core", "WebRTC")
76 with Files("libepoxy/**"):
77     BUG_COMPONENT = ("Core", "WebRTC")
79 with Files('picosha2/**'):
80     BUG_COMPONENT = ('Firefox Build System', 'General')
82 with Files('rlbox_wasm2c_sandbox/**'):
83     BUG_COMPONENT = ('Firefox Build System', 'General')
85 with Files('wasm2c/**'):
86     BUG_COMPONENT = ('Firefox Build System', 'General')
88 with Files('WinToast/**'):
89     BUG_COMPONENT = ('Toolkit', 'General')
91 with Files('libsrtp/**'):
92     BUG_COMPONENT = ('Core', 'WebRTC: Networking')