mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1152556 - Add moz.build bugzilla metadata in dom/media webrtc. r=abr
This commit is contained in:
parent
e241f04188
commit
c900643ab7
@ -7,6 +7,18 @@
|
||||
with Files('*'):
|
||||
BUG_COMPONENT = ('Core', 'Video/Audio')
|
||||
|
||||
component_signaling = ('Core', 'WebRTC: Signaling')
|
||||
with Files('IdpSandbox.jsm'):
|
||||
BUG_COMPONENT = component_signaling
|
||||
with Files('PeerConnection*'):
|
||||
BUG_COMPONENT = component_signaling
|
||||
with Files('RTC*'):
|
||||
BUG_COMPONENT = component_signaling
|
||||
|
||||
component_av = ('Core', 'WebRTC: Audio/Video')
|
||||
with Files('GetUserMedia*'):
|
||||
BUG_COMPONENT = component_av
|
||||
|
||||
DIRS += [
|
||||
'encoder',
|
||||
'gmp',
|
||||
|
@ -4,6 +4,12 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files('*'):
|
||||
BUG_COMPONENT = ('Core', 'WebRTC: Audio/Video')
|
||||
|
||||
with Files('PeerIdentity.*'):
|
||||
BUG_COMPONENT = ('Core', 'WebRTC: Signaling')
|
||||
|
||||
XPIDL_MODULE = 'content_webrtc'
|
||||
|
||||
EXPORTS += [
|
||||
|
Loading…
Reference in New Issue
Block a user