Index: webrtc/DEPS |
diff --git a/webrtc/DEPS b/webrtc/DEPS |
index aebafa72ab3817604d77b0c755c161b9e2f54cee..7f15817e370861b2b0063ffeda610c0cdd0a1fab 100644 |
--- a/webrtc/DEPS |
+++ b/webrtc/DEPS |
@@ -44,7 +44,10 @@ specific_include_rules = { |
"video_frame\.h": [ |
"+webrtc/common_video", |
], |
- "video_renderer\.h": [ |
+ "video_receive_stream\.h": [ |
+ "+webrtc/media/base", |
pbos-webrtc
2016/03/21 16:53:35
Can you make a TODO that considers moving video_si
nisse-webrtc
2016/03/22 07:45:31
Added a TODO in videosinkinterface.h.
|
+ ], |
+ "video_send_stream\.h": [ |
"+webrtc/media/base", |
], |
} |