From 28af64105b6dbe97e423e2f6cfde8e47a2df625a Mon Sep 17 00:00:00 2001 From: "henrike@webrtc.org" Date: Tue, 4 Nov 2014 15:11:46 +0000 Subject: [PATCH] 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 --- PRESUBMIT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 507af52854..612f87704d 100755 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -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',