|
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('webkit/**'):
|
|
BUG_COMPONENT = ('Core', 'Build Config')
|