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:
henrike@webrtc.org 2014-11-04 15:11:46 +00:00
parent b3265accd9
commit 28af64105b

View File

@ -104,7 +104,7 @@ def _CheckNoRtcBaseDeps(input_api, gyp_files, output_api):
'base_tests.gyp',
'desktop_capture.gypi',
'libjingle.gyp',
'libjingle_tests.gyp'
'libjingle_tests.gyp',
'sound.gyp',
'webrtc_test_common.gyp',
'webrtc_tests.gypi',