Adding new directories and watchers to the WATCHLISTS.

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3671 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
stefan@webrtc.org
2013-03-15 09:39:59 +00:00
parent eddc5a6654
commit d613c207cc

View File

@ -60,6 +60,9 @@
'neteq': { 'neteq': {
'filepath': 'webrtc/modules/audio_coding/neteq/.*', 'filepath': 'webrtc/modules/audio_coding/neteq/.*',
}, },
'neteq4': {
'filepath': 'webrtc/modules/audio_coding/neteq4/.*',
},
'audio_processing': { 'audio_processing': {
'filepath': 'webrtc/modules/audio_processing/.*', 'filepath': 'webrtc/modules/audio_processing/.*',
}, },
@ -72,6 +75,12 @@
'video_processing': { 'video_processing': {
'filepath': 'webrtc/modules/video_processing/.*', 'filepath': 'webrtc/modules/video_processing/.*',
}, },
'bitrate_controller': {
'filepath': 'webrtc/modules/bitrate_controller/.*'
},
'remote_bitrate_estimator': {
'filepath': 'webrtc/modules/remote_bitrate_estimator/.*'
},
'rtp_rtcp': { 'rtp_rtcp': {
'filepath': 'webrtc/modules/rtp_rtcp/.*' 'filepath': 'webrtc/modules/rtp_rtcp/.*'
}, },
@ -94,7 +103,8 @@
'andrew@webrtc.org'], 'andrew@webrtc.org'],
'common_video': ['mikhal@webrtc.org'], 'common_video': ['mikhal@webrtc.org'],
'video_engine': ['mflodman@webrtc.org', 'video_engine': ['mflodman@webrtc.org',
'perkj@webrtc.org'], 'perkj@webrtc.org',
'stefan@webrtc.org'],
'voice_engine': ['henrika@webrtc.org'], 'voice_engine': ['henrika@webrtc.org'],
'video_capture': ['mflodman@webrtc.org', 'video_capture': ['mflodman@webrtc.org',
'perkj@webrtc.org', 'perkj@webrtc.org',
@ -106,6 +116,7 @@
'leozwang@webrtc.org'], 'leozwang@webrtc.org'],
'audio_coding': ['tina.legrand@webrtc.org'], 'audio_coding': ['tina.legrand@webrtc.org'],
'neteq': ['henrik.lundin@webrtc.org'], 'neteq': ['henrik.lundin@webrtc.org'],
'neteq4': ['henrik.lundin@webrtc.org'],
'audio_processing': ['andrew@webrtc.org', 'audio_processing': ['andrew@webrtc.org',
'bjornv@webrtc.org', 'bjornv@webrtc.org',
'leozwang@webrtc.org'], 'leozwang@webrtc.org'],
@ -113,9 +124,13 @@
'pwestin@webrtc.org'], 'pwestin@webrtc.org'],
'video_coding': ['stefan@webrtc.org', 'video_coding': ['stefan@webrtc.org',
'mikhal@webrtc.org'], 'mikhal@webrtc.org'],
'video_processing': ['mikhal@webrtc.org'], 'video_processing': ['mikhal@webrtc.org',
'stefan@webrtc.org'],
'bitrate_controller': ['stefan@webrtc.org'],
'remote_bitrate_estimator': ['stefan@webrtc.org'],
'rtp_rtcp': ['mflodman@webrtc.org', 'rtp_rtcp': ['mflodman@webrtc.org',
'pwestin@webrtc.org'], 'pwestin@webrtc.org',
'stefan@webrtc.org'],
'system_wrappers': ['mflodman@webrtc.org', 'system_wrappers': ['mflodman@webrtc.org',
'henrika@webrtc.org', 'henrika@webrtc.org',
'andrew@webrtc.org', 'andrew@webrtc.org',