Bug 1713735 - set Bugzilla component for rlbox_wasm2c_sandbox. a=metadata-fix

Similar to wasm2c. Also fixes a typo in the name of another component.

Differential Revision: https://phabricator.services.mozilla.com/D120067
This commit is contained in:
Sebastian Hengst 2021-07-16 11:20:32 +00:00
parent 080117611f
commit b5b74f4413

View File

@ -49,6 +49,9 @@ with Files("libwebrtc/**"):
with Files("pipewire/**"):
BUG_COMPONENT = ("Core", "WebRTC")
with Files('rlbox_wasm2c_sandbox/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('wasm2c/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
@ -56,5 +59,5 @@ with Files('WinToast/**'):
BUG_COMPONENT = ('Toolkit', 'General')
with Files('libsrtp/**'):
BUG_COMPONENT = ('Core', 'WeebRTC: Network')
BUG_COMPONENT = ('Core', 'WebRTC: Networking')