From e723728992de4626445fc7d3ca500cfea7c96890 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Thu, 26 Feb 2015 11:12:17 +0000 Subject: [PATCH] Add p2p.gyp to rtc_base presubmit check exclusion. It is one of the valid users of rtc_base. This change should have been a part of https://webrtc-codereview.appspot.com/29319004 TESTED=Modified p2p.gyp locally and ran the presubmit without+with this patch applied. Only the latter passed. R=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/43449004 Cr-Commit-Position: refs/heads/master@{#8511} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8511 4adac7df-926f-26a2-2b94-8c16560cd09d --- PRESUBMIT.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 81196c98de..381119e157 100755 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -106,6 +106,7 @@ def _CheckNoRtcBaseDeps(input_api, gyp_files, output_api): 'desktop_capture.gypi', 'libjingle.gyp', 'libjingle_tests.gyp', + 'p2p.gyp', 'sound.gyp', 'webrtc_test_common.gyp', 'webrtc_tests.gypi',