aboutsummaryrefslogtreecommitdiff
path: root/WATCHLISTS
diff options
context:
space:
mode:
authorandrew@webrtc.org <andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2011-12-06 19:48:05 +0000
committerandrew@webrtc.org <andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2011-12-06 19:48:05 +0000
commit498ae7868f2f19f240082a95c21299eeea74d922 (patch)
tree33c7369732da21935d5990813ed1023210693f0a /WATCHLISTS
parent1d34212a4554e27546ce4c983607181dd8860799 (diff)
downloadwebrtc-498ae7868f2f19f240082a95c21299eeea74d922.tar.gz
Add build_files WATCHLIST.
TEST=watchlist.py Review URL: http://webrtc-codereview.appspot.com/298005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1114 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS4
1 files changed, 4 insertions, 0 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index 66afb9d435..01cb0bb171 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -26,6 +26,9 @@
'src/video_engine/main/interface/.*|'\
'src/voice_engine/main/interface/.*',
},
+ 'build_files': {
+ 'filepath': '\.gyp$|\.gypi$|Android.mk$',
+ },
'video_engine': {
'filepath': 'src/video_engine/.*',
},
@@ -74,6 +77,7 @@
'root_files': ['andrew@webrtc.org',
'niklas.enbom@webrtc.org'],
'documented_interfaces': ['amyfong@webrtc.org'],
+ 'build_files': ['leozwang@webrtc.org'],
'common_audio': ['bjornv@webrtc.org',
'andrew@webrtc.org'],
'video_engine': ['mflodman@webrtc.org',