gecko-dev/third_party/moz.build
shravanrn@gmail.com 31a26205a5 Bug 1566284 - Include rlbox in the Firefox repo r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D38946

--HG--
extra : moz-landing-system : lando
2019-07-26 16:35:20 +00:00

27 lines
713 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')
with Files('sqlite3/**'):
BUG_COMPONENT = ('Toolkit', 'Storage')
with Files('rlbox/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')