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')
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('js/d3/**'):
17 BUG_COMPONENT = ('Toolkit', 'General')
19 with Files('rust/**'):
20 BUG_COMPONENT = ('Firefox Build System', 'General')
22 with Files('webkit/**'):
23 BUG_COMPONENT = ('Firefox Build System', 'General')
25 with Files('prio/**'):
26 BUG_COMPONENT = ('Firefox Build System', 'General')
28 with Files('msgpack/**'):
29 BUG_COMPONENT = ('Firefox Build System', 'General')
31 with Files('sipcc/**'):
32 BUG_COMPONENT = ('Core', 'WebRTC: Signaling')
34 with Files('sqlite3/**'):
35 BUG_COMPONENT = ('Toolkit', 'Storage')
37 with Files('rlbox/**'):
38 BUG_COMPONENT = ('Firefox Build System', 'General')
40 with Files("libwebrtc/**"):
41 BUG_COMPONENT = ("Core", "WebRTC")
43 with Files("pipewire/**"):
44 BUG_COMPONENT = ("Core", "WebRTC")
46 with Files('WinToast/**'):
47 BUG_COMPONENT = ('Toolkit', 'General')