From dfbebb916cdef8805338c7b194f94e5c972fe5b9 Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Thu, 27 Oct 2011 22:33:27 +0000 Subject: [PATCH] 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 --- WATCHLISTS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WATCHLISTS b/WATCHLISTS index c68e4d7575..66afb9d435 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -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',