зеркало из https://github.com/mozilla/gecko-dev.git
12 строки
292 B
Plaintext
12 строки
292 B
Plaintext
|
with Files('moz.build'):
|
||
|
BUG_COMPONENT = ('Core', 'Build Config')
|
||
|
|
||
|
with Files('aom/**'):
|
||
|
BUG_COMPONENT = ('Core', 'Audio/Video: Playback')
|
||
|
|
||
|
with Files('rust/**'):
|
||
|
BUG_COMPONENT = ('Core', 'Build Config')
|
||
|
|
||
|
with Files('speedometer/**'):
|
||
|
BUG_COMPONENT = ('Core', 'Build Config')
|