mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
5e9fa7fdb4
MozReview-Commit-ID: 4AKDbOU4aWx --HG-- extra : rebase_source : 3c35f85a5cf25ba60e33fd64fbb265b490df4a33
18 lines
483 B
Plaintext
18 lines
483 B
Plaintext
with Files('moz.build'):
|
|
BUG_COMPONENT = ('Firefox Build System', 'General')
|
|
|
|
with Files('aom/**'):
|
|
BUG_COMPONENT = ('Core', 'Audio/Video: Playback')
|
|
|
|
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')
|