Fix typo in build_files rule.
TBR=leozwang@webrtc.org TEST=watchlist.py Review URL: http://webrtc-codereview.appspot.com/299011 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1115 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
498ae7868f
commit
ca583bf7c7
@ -27,7 +27,7 @@
|
||||
'src/voice_engine/main/interface/.*',
|
||||
},
|
||||
'build_files': {
|
||||
'filepath': '\.gyp$|\.gypi$|Android.mk$',
|
||||
'filepath': '\.gyp$|\.gypi$|Android\.mk$',
|
||||
},
|
||||
'video_engine': {
|
||||
'filepath': 'src/video_engine/.*',
|
||||
|
Loading…
x
Reference in New Issue
Block a user