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
This commit is contained in:
andrew@webrtc.org 2011-12-06 19:48:05 +00:00
parent 1d34212a45
commit 498ae7868f

View File

@ -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',