summaryrefslogtreecommitdiffstats
path: root/third_party/moz.build
blob: b204d4ffd25cb1037094a08082ab7d7eaa79136c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:

with Files('moz.build'):
    BUG_COMPONENT = ('Firefox Build System', 'General')

with Files('aom/**'):
    BUG_COMPONENT = ('Core', 'Audio/Video: Playback')

with Files('cups/**'):
    BUG_COMPONENT = ('Core', 'Printing: Setup')

with Files('dav1d/**'):
    BUG_COMPONENT = ('Core', 'Audio/Video: Playback')

with Files('js/d3/**'):
    BUG_COMPONENT = ('Toolkit', 'General')

with Files('rust/**'):
    BUG_COMPONENT = ('Firefox Build System', 'General')

with Files('webkit/**'):
    BUG_COMPONENT = ('Firefox Build System', 'General')

with Files('prio/**'):
    BUG_COMPONENT = ('Firefox Build System', 'General')

with Files('msgpack/**'):
    BUG_COMPONENT = ('Firefox Build System', 'General')

with Files('sipcc/**'):
    BUG_COMPONENT = ('Core', 'WebRTC: Signaling')

with Files('sqlite3/**'):
    BUG_COMPONENT = ('Toolkit', 'Storage')

with Files('rlbox/**'):
    BUG_COMPONENT = ('Firefox Build System', 'General')

with Files("libwebrtc/**"):
    BUG_COMPONENT = ("Core", "WebRTC")

with Files("pipewire/**"):
    BUG_COMPONENT = ("Core", "WebRTC")

with Files('WinToast/**'):
    BUG_COMPONENT = ('Toolkit', 'General')