From d613c207cc660f22e3c19f824ebb65265f29b59d Mon Sep 17 00:00:00 2001 From: "stefan@webrtc.org" Date: Fri, 15 Mar 2013 09:39:59 +0000 Subject: [PATCH] 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 --- WATCHLISTS | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/WATCHLISTS b/WATCHLISTS index e425c14a0..7dffc25b1 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -60,6 +60,9 @@ 'neteq': { 'filepath': 'webrtc/modules/audio_coding/neteq/.*', }, + 'neteq4': { + 'filepath': 'webrtc/modules/audio_coding/neteq4/.*', + }, 'audio_processing': { 'filepath': 'webrtc/modules/audio_processing/.*', }, @@ -72,6 +75,12 @@ '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': { 'filepath': 'webrtc/modules/rtp_rtcp/.*' }, @@ -94,7 +103,8 @@ 'andrew@webrtc.org'], 'common_video': ['mikhal@webrtc.org'], 'video_engine': ['mflodman@webrtc.org', - 'perkj@webrtc.org'], + 'perkj@webrtc.org', + 'stefan@webrtc.org'], 'voice_engine': ['henrika@webrtc.org'], 'video_capture': ['mflodman@webrtc.org', 'perkj@webrtc.org', @@ -106,6 +116,7 @@ 'leozwang@webrtc.org'], 'audio_coding': ['tina.legrand@webrtc.org'], 'neteq': ['henrik.lundin@webrtc.org'], + 'neteq4': ['henrik.lundin@webrtc.org'], 'audio_processing': ['andrew@webrtc.org', 'bjornv@webrtc.org', 'leozwang@webrtc.org'], @@ -113,9 +124,13 @@ 'pwestin@webrtc.org'], 'video_coding': ['stefan@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', - 'pwestin@webrtc.org'], + 'pwestin@webrtc.org', + 'stefan@webrtc.org'], 'system_wrappers': ['mflodman@webrtc.org', 'henrika@webrtc.org', 'andrew@webrtc.org',