Presubmit was not whitelisting libjingle_tests.gyp or sound.gyp due to a missing comma leading to a concatenation of the two strings in the whitelist.
R=kjellander@webrtc.org TBR=niklas.enbom@webrtc.org BUG=N/A Review URL: https://webrtc-codereview.appspot.com/25999004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7614 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
b3265accd9
commit
28af64105b
@ -104,7 +104,7 @@ def _CheckNoRtcBaseDeps(input_api, gyp_files, output_api):
|
|||||||
'base_tests.gyp',
|
'base_tests.gyp',
|
||||||
'desktop_capture.gypi',
|
'desktop_capture.gypi',
|
||||||
'libjingle.gyp',
|
'libjingle.gyp',
|
||||||
'libjingle_tests.gyp'
|
'libjingle_tests.gyp',
|
||||||
'sound.gyp',
|
'sound.gyp',
|
||||||
'webrtc_test_common.gyp',
|
'webrtc_test_common.gyp',
|
||||||
'webrtc_tests.gypi',
|
'webrtc_tests.gypi',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user