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
This commit is contained in:
andrew@webrtc.org 2011-09-28 15:04:36 +00:00
parent 0beae6798d
commit 87d49798ca

View File

@ -17,12 +17,19 @@
'all_src': { 'all_src': {
'filepath': 'src/.*', 'filepath': 'src/.*',
}, },
'root_files': {
# src/build/ and non-recursive contents of ./ and src/
'filepath': '^[^/]*$|src/[^/]*$|src/build/.*',
},
'video_engine': { 'video_engine': {
'filepath': 'src/video_engine/.*', 'filepath': 'src/video_engine/.*',
}, },
'voice_engine': { 'voice_engine': {
'filepath': 'src/voice_engine/.*', 'filepath': 'src/voice_engine/.*',
}, },
'common_audio': {
'filepath': 'src/common_audio/.*',
},
'video_capture': { 'video_capture': {
'filepath': 'src/modules/video_capture/.*', 'filepath': 'src/modules/video_capture/.*',
}, },
@ -38,6 +45,9 @@
'NetEQ': { 'NetEQ': {
'filepath': 'src/modules/audio_coding/NetEQ/.*', 'filepath': 'src/modules/audio_coding/NetEQ/.*',
}, },
'audio_processing': {
'filepath': 'src/modules/audio_processing/.*',
},
'video_codecs': { 'video_codecs': {
'filepath': 'src/modules/video_coding/codecs/.*', 'filepath': 'src/modules/video_coding/codecs/.*',
}, },
@ -56,6 +66,10 @@
'this_file': [''], 'this_file': [''],
'all_src': ['tterriberry@mozilla.com', 'all_src': ['tterriberry@mozilla.com',
'giles@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', 'video_engine': ['mflodman@webrtc.org',
'perkj@webrtc.org'], 'perkj@webrtc.org'],
'voice_engine': ['henrika@webrtc.org'], 'voice_engine': ['henrika@webrtc.org'],
@ -66,10 +80,13 @@
'audio_device': ['henrika@webrtc.org'], 'audio_device': ['henrika@webrtc.org'],
'audio_coding': ['tina.legrand@webrtc.org'], 'audio_coding': ['tina.legrand@webrtc.org'],
'NetEQ': ['henrik.lundin@webrtc.org'], 'NetEQ': ['henrik.lundin@webrtc.org'],
'audio_processing': ['andrew@webrtc.org',
'bjornv@webrtc.org'],
'video_codecs': ['henrik.lundin@webrtc.org'], 'video_codecs': ['henrik.lundin@webrtc.org'],
'video_coding': ['stefan@webrtc.org'], 'video_coding': ['stefan@webrtc.org'],
'rtp_rtcp': ['mflodman@webrtc.org'], 'rtp_rtcp': ['mflodman@webrtc.org'],
'system_wrappers': ['mflodman@webrtc.org', 'system_wrappers': ['mflodman@webrtc.org',
'henrika@webrtc.org' ], 'henrika@webrtc.org',
'andrew@webrtc.org'],
}, },
} }