mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
Bug 1333180 - update bug_components in dom/media/* to be more accurate. r=jesup
MozReview-Commit-ID: In1UgaUu4bS
This commit is contained in:
parent
d08efadb1f
commit
3f733d1afa
@ -5,7 +5,16 @@
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files('*'):
|
||||
BUG_COMPONENT = ('Core', 'Video/Audio')
|
||||
BUG_COMPONENT = ('Core', 'Audio/Video')
|
||||
|
||||
with Files('test/**'):
|
||||
BUG_COMPONENT = ('Core', 'Audio/Video: Playback')
|
||||
|
||||
with Files('gtest/TestGMP*'):
|
||||
BUG_COMPONENT = ('Core', 'Audio/Video: GMP')
|
||||
|
||||
with Files('tests/**'):
|
||||
BUG_COMPONENT = ('Core', 'WebRTC')
|
||||
|
||||
component_signaling = ('Core', 'WebRTC: Signaling')
|
||||
with Files('IdpSandbox.jsm'):
|
||||
|
Loading…
Reference in New Issue
Block a user