aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorPatrik Höglund <phoglund@webrtc.org>2018-05-21 15:54:42 +0200
committerCommit Bot <commit-bot@chromium.org>2018-05-22 06:36:08 +0000
commit5991ac9d229dd3c717d1bee9bf1f716be1635fbf (patch)
tree518a468a2bf28bd7fe22258bc17a7647005c37af /DEPS
parent0e36a7260fd8e914d83cf7d0da109a5dcefcd20a (diff)
downloadwebrtc-5991ac9d229dd3c717d1bee9bf1f716be1635fbf.tar.gz
Remove outdated DEPS rules.
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 <mbonadei@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23337}
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS15
1 files 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",
- ],
-}