aboutsummaryrefslogtreecommitdiff
path: root/WATCHLISTS
diff options
context:
space:
mode:
authorandrew@webrtc.org <andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2011-09-28 15:04:36 +0000
committerandrew@webrtc.org <andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2011-09-28 15:04:36 +0000
commit87d49798ca922a9681b108df6054d750f8062530 (patch)
tree764d15d36c8d7d7ec864facdf50ee6f36282d4d4 /WATCHLISTS
parent0beae6798d514d18f99fa1e14698b099cc8b1239 (diff)
downloadwebrtc-87d49798ca922a9681b108df6054d750f8062530.tar.gz
Add patterns for root_files (src/build/ and non-recursive contents of ./ and src/), common_audio, and audio_processing to WATCHLISTS.
Review URL: http://webrtc-codereview.appspot.com/185001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@659 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS19
1 files changed, 18 insertions, 1 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index 5304fccd28..300032ac55 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -17,12 +17,19 @@
'all_src': {
'filepath': 'src/.*',
},
+ 'root_files': {
+ # src/build/ and non-recursive contents of ./ and src/
+ 'filepath': '^[^/]*$|src/[^/]*$|src/build/.*',
+ },
'video_engine': {
'filepath': 'src/video_engine/.*',
},
'voice_engine': {
'filepath': 'src/voice_engine/.*',
},
+ 'common_audio': {
+ 'filepath': 'src/common_audio/.*',
+ },
'video_capture': {
'filepath': 'src/modules/video_capture/.*',
},
@@ -38,6 +45,9 @@
'NetEQ': {
'filepath': 'src/modules/audio_coding/NetEQ/.*',
},
+ 'audio_processing': {
+ 'filepath': 'src/modules/audio_processing/.*',
+ },
'video_codecs': {
'filepath': 'src/modules/video_coding/codecs/.*',
},
@@ -56,6 +66,10 @@
'this_file': [''],
'all_src': ['tterriberry@mozilla.com',
'giles@mozilla.com'],
+ 'root_files': ['andrew@webrtc.org',
+ 'niklas.enbom@webrtc.org'],
+ 'common_audio': ['bjornv@webrtc.org',
+ 'andrew@webrtc.org'],
'video_engine': ['mflodman@webrtc.org',
'perkj@webrtc.org'],
'voice_engine': ['henrika@webrtc.org'],
@@ -66,10 +80,13 @@
'audio_device': ['henrika@webrtc.org'],
'audio_coding': ['tina.legrand@webrtc.org'],
'NetEQ': ['henrik.lundin@webrtc.org'],
+ 'audio_processing': ['andrew@webrtc.org',
+ 'bjornv@webrtc.org'],
'video_codecs': ['henrik.lundin@webrtc.org'],
'video_coding': ['stefan@webrtc.org'],
'rtp_rtcp': ['mflodman@webrtc.org'],
'system_wrappers': ['mflodman@webrtc.org',
- 'henrika@webrtc.org' ],
+ 'henrika@webrtc.org',
+ 'andrew@webrtc.org'],
},
}