From 1682f7121000ff008f4c10a65f69e7e00065d201 Mon Sep 17 00:00:00 2001 From: "mikhal@webrtc.org" Date: Tue, 19 Feb 2013 18:31:20 +0000 Subject: [PATCH] Updating watchlist Review URL: https://webrtc-codereview.appspot.com/1101012 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3532 4adac7df-926f-26a2-2b94-8c16560cd09d --- WATCHLISTS | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/WATCHLISTS b/WATCHLISTS index 3f6a8d1cf6..e425c14a01 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -42,6 +42,9 @@ 'common_audio': { 'filepath': 'webrtc/common_audio/.*', }, + 'common_video': { + 'filepath': 'webrtc/common_video/.*', + }, 'video_capture': { 'filepath': 'webrtc/modules/video_capture/.*', }, @@ -66,6 +69,9 @@ 'video_coding': { 'filepath': 'webrtc/modules/video_coding/.*', }, + 'video_processing': { + 'filepath': 'webrtc/modules/video_processing/.*', + }, 'rtp_rtcp': { 'filepath': 'webrtc/modules/rtp_rtcp/.*' }, @@ -86,6 +92,7 @@ 'java_files': ['leozwang@webrtc.org'], 'common_audio': ['bjornv@webrtc.org', 'andrew@webrtc.org'], + 'common_video': ['mikhal@webrtc.org'], 'video_engine': ['mflodman@webrtc.org', 'perkj@webrtc.org'], 'voice_engine': ['henrika@webrtc.org'], @@ -104,7 +111,9 @@ 'leozwang@webrtc.org'], 'video_codecs': ['henrik.lundin@webrtc.org', 'pwestin@webrtc.org'], - 'video_coding': ['stefan@webrtc.org'], + 'video_coding': ['stefan@webrtc.org', + 'mikhal@webrtc.org'], + 'video_processing': ['mikhal@webrtc.org'], 'rtp_rtcp': ['mflodman@webrtc.org', 'pwestin@webrtc.org'], 'system_wrappers': ['mflodman@webrtc.org',