aboutsummaryrefslogtreecommitdiff
path: root/WATCHLISTS
diff options
context:
space:
mode:
authormflodman@webrtc.org <mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2012-11-01 08:09:09 +0000
committermflodman@webrtc.org <mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2012-11-01 08:09:09 +0000
commit1be46fc7219018f20122a8cc3c46aa548136744f (patch)
treef9f35c33f3654327b4230d388bf8c251b9d3288c /WATCHLISTS
parentf3ffcceaf864d32ee95692fdb87f8420f7f7b88a (diff)
downloadwebrtc-1be46fc7219018f20122a8cc3c46aa548136744f.tar.gz
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
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS42
1 files changed, 21 insertions, 21 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index 13551a8ce8..6f0d273e18 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -14,17 +14,17 @@
'this_file': {
'filepath': '^WATCHLISTS$',
},
- 'all_src': {
- 'filepath': 'src/.*',
+ 'all_webrtc': {
+ 'filepath': 'webrtc/.*',
},
'root_files': {
- # src/build/ and non-recursive contents of ./ and src/
- 'filepath': '^[^/]*$|src/[^/]*$|src/build/.*',
+ # webrtc/build/ and non-recursive contents of ./ and webrtc/
+ 'filepath': '^[^/]*$|webrtc/[^/]*$|webrtc/build/.*',
},
'documented_interfaces': {
- 'filepath': 'src/[^/]*\.h$|'\
- 'src/video_engine/main/interface/.*|'\
- 'src/voice_engine/main/interface/.*',
+ 'filepath': 'webrtc/[^/]*\.h$|'\
+ 'webrtc/video_engine/main/interface/.*|'\
+ 'webrtc/voice_engine/main/interface/.*',
},
'build_files': {
'filepath': '\.gyp$|\.gypi$|Android\.mk$',
@@ -33,49 +33,49 @@
'filepath': '\.java$|\.xml$',
},
'video_engine': {
- 'filepath': 'src/video_engine/.*',
+ 'filepath': 'webrtc/video_engine/.*',
},
'voice_engine': {
- 'filepath': 'src/voice_engine/.*',
+ 'filepath': 'webrtc/voice_engine/.*',
},
'common_audio': {
- 'filepath': 'src/common_audio/.*',
+ 'filepath': 'webrtc/common_audio/.*',
},
'video_capture': {
- 'filepath': 'src/modules/video_capture/.*',
+ 'filepath': 'webrtc/modules/video_capture/.*',
},
'video_render': {
- 'filepath': 'src/modules/video_render/.*',
+ 'filepath': 'webrtc/modules/video_render/.*',
},
'audio_device': {
- 'filepath': 'src/modules/audio_device/.*',
+ 'filepath': 'webrtc/modules/audio_device/.*',
},
'audio_coding': {
- 'filepath': 'src/modules/audio_coding/.*',
+ 'filepath': 'webrtc/modules/audio_coding/.*',
},
'neteq': {
- 'filepath': 'src/modules/audio_coding/neteq/.*',
+ 'filepath': 'webrtc/modules/audio_coding/neteq/.*',
},
'audio_processing': {
- 'filepath': 'src/modules/audio_processing/.*',
+ 'filepath': 'webrtc/modules/audio_processing/.*',
},
'video_codecs': {
- 'filepath': 'src/modules/video_coding/codecs/.*',
+ 'filepath': 'webrtc/modules/video_coding/codecs/.*',
},
'video_coding': {
- 'filepath': 'src/modules/video_coding/.*',
+ 'filepath': 'webrtc/modules/video_coding/.*',
},
'rtp_rtcp': {
- 'filepath': 'src/modules/rtp_rtcp/.*'
+ 'filepath': 'webrtc/modules/rtp_rtcp/.*'
},
'system_wrappers': {
- 'filepath': 'src/system_wrappers/.*',
+ 'filepath': 'webrtc/system_wrappers/.*',
},
},
'WATCHLISTS': {
'this_file': [''],
- 'all_src': ['tterriberry@mozilla.com',
+ 'all_webrtc': ['tterriberry@mozilla.com',
'giles@mozilla.com'],
'root_files': ['andrew@webrtc.org',
'niklas.enbom@webrtc.org'],