Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(841)

Unified Diff: webrtc/call/DEPS

Issue 3000253002: Move video send/receive stream headers to webrtc/call. (Closed)
Patch Set: Headers moved to 'webrtc/call' instead of 'webrtc/api'. Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/call/DEPS
diff --git a/webrtc/call/DEPS b/webrtc/call/DEPS
index 2ef22fca8fe5e0893ff4ffab1b62baa2d5169ab5..65026b025700fbd10c6e8c2550cc5a014a2d6229 100644
--- a/webrtc/call/DEPS
+++ b/webrtc/call/DEPS
@@ -15,3 +15,14 @@ include_rules = [
"+webrtc/voice_engine",
"+webrtc/video",
]
+
+specific_include_rules = {
+ "video_receive_stream\.h": [
+ "+webrtc/common_video/include",
+ "+webrtc/media/base",
+ ],
+ "video_send_stream\.h": [
+ "+webrtc/common_video/include",
+ "+webrtc/media/base",
+ ],
+}
« webrtc/BUILD.gn ('K') | « webrtc/call/BUILD.gn ('k') | webrtc/call/call.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698