Bug 1152556 - Add moz.build bugzilla metadata in dom/media webrtc. r=abr

This commit is contained in:
Ralph Giles 2015-04-10 17:10:00 -07:00
parent 2daca3724d
commit e2b4e723ac
2 changed files with 18 additions and 0 deletions

View File

@ -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',

View File

@ -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 += [