Add a documented_interfaces watchlist.

BUG=
TEST=watchlists.py

Review URL: http://webrtc-codereview.appspot.com/244013

git-svn-id: http://webrtc.googlecode.com/svn/trunk@829 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2011-10-27 22:33:27 +00:00
parent ca4666b75c
commit dfbebb916c

View File

@ -21,6 +21,11 @@
# src/build/ and non-recursive contents of ./ and src/
'filepath': '^[^/]*$|src/[^/]*$|src/build/.*',
},
'documented_interfaces': {
'filepath': 'src/[^/]*\.h$|'\
'src/video_engine/main/interface/.*|'\
'src/voice_engine/main/interface/.*',
},
'video_engine': {
'filepath': 'src/video_engine/.*',
},
@ -68,6 +73,7 @@
'giles@mozilla.com'],
'root_files': ['andrew@webrtc.org',
'niklas.enbom@webrtc.org'],
'documented_interfaces': ['amyfong@webrtc.org'],
'common_audio': ['bjornv@webrtc.org',
'andrew@webrtc.org'],
'video_engine': ['mflodman@webrtc.org',