зеркало из https://github.com/mozilla/gecko-dev.git
12 строки
320 B
Plaintext
12 строки
320 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')
|