From 5991ac9d229dd3c717d1bee9bf1f716be1635fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Mon, 21 May 2018 15:54:42 +0200 Subject: [PATCH] Remove outdated DEPS rules. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From those I removed, transport.h doesn't exist. For the others I tried checking that the presubmit doesn't fire if I modify all lines that include the previously +'d entry (for instance call/rtp_config.h). I take this to mean that all callers of for instance rtp_config.h now obtain checkdeps permission elsewhere, closer to where they're located. This change should not change checkdeps behaviour, therefore. Bug: webrtc:4243 Change-Id: Ia909d13c5d79cb244f45b737142d2f47568ba77e Reviewed-on: https://webrtc-review.googlesource.com/77801 Reviewed-by: Mirko Bonadei Commit-Queue: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#23337} --- DEPS | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/DEPS b/DEPS index 5f658bafd1..25a2a93e60 100644 --- a/DEPS +++ b/DEPS @@ -723,10 +723,9 @@ include_rules = [ "-chromium", "+external/webrtc/webrtc", # Android platform build. "+libyuv", - # Individual headers that will be moved out of here, see webrtc:4243. - "+call/rtp_config.h", + + # These should eventually move out of here. "+common_types.h", - "+transport.h", "+typedefs.h", "+WebRTC", @@ -736,13 +735,3 @@ include_rules = [ "+test", "+rtc_tools", ] - -# The below rules will be removed when webrtc:4243 is fixed. -specific_include_rules = { - "video_receive_stream\.h": [ - "+call/video_receive_stream.h", - ], - "video_send_stream\.h": [ - "+call/video_send_stream.h", - ], -}