mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
12 lines
292 B
Plaintext
12 lines
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')
|