aboutsummaryrefslogtreecommitdiff
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorkjellander@webrtc.org <kjellander@webrtc.org>2015-02-26 11:12:17 +0000
committerkjellander@webrtc.org <kjellander@webrtc.org>2015-02-26 11:12:47 +0000
commite723728992de4626445fc7d3ca500cfea7c96890 (patch)
tree02d46622b32c5fa917b3e830f1e65c7e23c4b280 /PRESUBMIT.py
parent9a4410e9934578e84cc129b978a29e151d957994 (diff)
downloadwebrtc-e723728992de4626445fc7d3ca500cfea7c96890.tar.gz
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
Diffstat (limited to 'PRESUBMIT.py')
-rwxr-xr-xPRESUBMIT.py1
1 files changed, 1 insertions, 0 deletions
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',