Change src/webrtc in WATCHLIST.

TEST=ViE people were auto-cc on this dummy cl http://review.webrtc.org/938007/

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3038 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mflodman@webrtc.org 2012-11-01 08:09:09 +00:00
parent f3ffcceaf8
commit 1be46fc721

View File

@ -14,17 +14,17 @@
'this_file': { 'this_file': {
'filepath': '^WATCHLISTS$', 'filepath': '^WATCHLISTS$',
}, },
'all_src': { 'all_webrtc': {
'filepath': 'src/.*', 'filepath': 'webrtc/.*',
}, },
'root_files': { 'root_files': {
# src/build/ and non-recursive contents of ./ and src/ # webrtc/build/ and non-recursive contents of ./ and webrtc/
'filepath': '^[^/]*$|src/[^/]*$|src/build/.*', 'filepath': '^[^/]*$|webrtc/[^/]*$|webrtc/build/.*',
}, },
'documented_interfaces': { 'documented_interfaces': {
'filepath': 'src/[^/]*\.h$|'\ 'filepath': 'webrtc/[^/]*\.h$|'\
'src/video_engine/main/interface/.*|'\ 'webrtc/video_engine/main/interface/.*|'\
'src/voice_engine/main/interface/.*', 'webrtc/voice_engine/main/interface/.*',
}, },
'build_files': { 'build_files': {
'filepath': '\.gyp$|\.gypi$|Android\.mk$', 'filepath': '\.gyp$|\.gypi$|Android\.mk$',
@ -33,49 +33,49 @@
'filepath': '\.java$|\.xml$', 'filepath': '\.java$|\.xml$',
}, },
'video_engine': { 'video_engine': {
'filepath': 'src/video_engine/.*', 'filepath': 'webrtc/video_engine/.*',
}, },
'voice_engine': { 'voice_engine': {
'filepath': 'src/voice_engine/.*', 'filepath': 'webrtc/voice_engine/.*',
}, },
'common_audio': { 'common_audio': {
'filepath': 'src/common_audio/.*', 'filepath': 'webrtc/common_audio/.*',
}, },
'video_capture': { 'video_capture': {
'filepath': 'src/modules/video_capture/.*', 'filepath': 'webrtc/modules/video_capture/.*',
}, },
'video_render': { 'video_render': {
'filepath': 'src/modules/video_render/.*', 'filepath': 'webrtc/modules/video_render/.*',
}, },
'audio_device': { 'audio_device': {
'filepath': 'src/modules/audio_device/.*', 'filepath': 'webrtc/modules/audio_device/.*',
}, },
'audio_coding': { 'audio_coding': {
'filepath': 'src/modules/audio_coding/.*', 'filepath': 'webrtc/modules/audio_coding/.*',
}, },
'neteq': { 'neteq': {
'filepath': 'src/modules/audio_coding/neteq/.*', 'filepath': 'webrtc/modules/audio_coding/neteq/.*',
}, },
'audio_processing': { 'audio_processing': {
'filepath': 'src/modules/audio_processing/.*', 'filepath': 'webrtc/modules/audio_processing/.*',
}, },
'video_codecs': { 'video_codecs': {
'filepath': 'src/modules/video_coding/codecs/.*', 'filepath': 'webrtc/modules/video_coding/codecs/.*',
}, },
'video_coding': { 'video_coding': {
'filepath': 'src/modules/video_coding/.*', 'filepath': 'webrtc/modules/video_coding/.*',
}, },
'rtp_rtcp': { 'rtp_rtcp': {
'filepath': 'src/modules/rtp_rtcp/.*' 'filepath': 'webrtc/modules/rtp_rtcp/.*'
}, },
'system_wrappers': { 'system_wrappers': {
'filepath': 'src/system_wrappers/.*', 'filepath': 'webrtc/system_wrappers/.*',
}, },
}, },
'WATCHLISTS': { 'WATCHLISTS': {
'this_file': [''], 'this_file': [''],
'all_src': ['tterriberry@mozilla.com', 'all_webrtc': ['tterriberry@mozilla.com',
'giles@mozilla.com'], 'giles@mozilla.com'],
'root_files': ['andrew@webrtc.org', 'root_files': ['andrew@webrtc.org',
'niklas.enbom@webrtc.org'], 'niklas.enbom@webrtc.org'],