Adding the new video folder and pacer to the wathclist.

R=stefan@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/20599004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6386 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mflodman@webrtc.org 2014-06-10 13:59:37 +00:00
parent 12cd443752
commit 0d7ab0a634

View File

@ -34,7 +34,8 @@
'filepath': '\.java$|\.xml$',
},
'video_engine': {
'filepath': 'webrtc/video_engine/.*',
'filepath': 'webrtc/video_engine/.*|'\
'webrtc/video/.*',
},
'voice_engine': {
'filepath': 'webrtc/voice_engine/.*',
@ -78,6 +79,9 @@
'remote_bitrate_estimator': {
'filepath': 'webrtc/modules/remote_bitrate_estimator/.*'
},
'pacing': {
'filepath': 'webrtc/modules/pacing/.*'
},
'rtp_rtcp': {
'filepath': 'webrtc/modules/rtp_rtcp/.*'
},
@ -121,11 +125,16 @@
'video_codecs': ['henrik.lundin@webrtc.org',
'pwestin@webrtc.org'],
'video_coding': ['stefan@webrtc.org',
'mikhal@webrtc.org'],
'mikhal@webrtc.org',
'mflodman@webrtc.org'],
'video_processing': ['mikhal@webrtc.org',
'stefan@webrtc.org'],
'bitrate_controller': ['stefan@webrtc.org'],
'remote_bitrate_estimator': ['stefan@webrtc.org'],
'bitrate_controller': ['stefan@webrtc.org',
'mflodman@webrtc.org'],
'remote_bitrate_estimator': ['stefan@webrtc.org',
'mflodman@webrtc.org'],
'pacing': ['stefan@webrtc.org',
'mflodman@webrtc.org'],
'rtp_rtcp': ['mflodman@webrtc.org',
'pwestin@webrtc.org',
'stefan@webrtc.org'],