mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
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:
parent
080117611f
commit
b5b74f4413
5
third_party/moz.build
vendored
5
third_party/moz.build
vendored
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user