зеркало из https://github.com/mozilla/gecko-dev.git
21 строка
562 B
Plaintext
21 строка
562 B
Plaintext
with Files('moz.build'):
|
|
BUG_COMPONENT = ('Firefox Build System', 'General')
|
|
|
|
with Files('aom/**'):
|
|
BUG_COMPONENT = ('Core', 'Audio/Video: Playback')
|
|
|
|
with Files('dav1d/**'):
|
|
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')
|