Bug 1687263: part 2) Add `NodeOffsetRange::operator==(const nsRange& aRange)`. r...
[gecko.git] / third_party / moz.build
blob5c4f8dca4023ab8e78e7bf9c2144aff47141caea
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('highway/**'):
17     BUG_COMPONENT = ('Core', 'ImageLib')
19 with Files('jpeg-xl/**'):
20     BUG_COMPONENT = ('Core', 'ImageLib')
22 with Files('js/d3/**'):
23     BUG_COMPONENT = ('Toolkit', 'General')
25 with Files('rust/**'):
26     BUG_COMPONENT = ('Firefox Build System', 'General')
28 with Files('webkit/**'):
29     BUG_COMPONENT = ('Firefox Build System', 'General')
31 with Files('prio/**'):
32     BUG_COMPONENT = ('Firefox Build System', 'General')
34 with Files('msgpack/**'):
35     BUG_COMPONENT = ('Firefox Build System', 'General')
37 with Files('sipcc/**'):
38     BUG_COMPONENT = ('Core', 'WebRTC: Signaling')
40 with Files('sqlite3/**'):
41     BUG_COMPONENT = ('Toolkit', 'Storage')
43 with Files('rlbox/**'):
44     BUG_COMPONENT = ('Firefox Build System', 'General')
46 with Files("libwebrtc/**"):
47     BUG_COMPONENT = ("Core", "WebRTC")
49 with Files("pipewire/**"):
50     BUG_COMPONENT = ("Core", "WebRTC")
52 with Files('WinToast/**'):
53     BUG_COMPONENT = ('Toolkit', 'General')
55 with Files('libsrtp/**'):
56     BUG_COMPONENT = ('Core', 'WeebRTC: Network')