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", - ], -}