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

Unified Diff: webrtc/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
« webrtc/BUILD.gn ('K') | « webrtc/BUILD.gn ('k') | webrtc/call/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/DEPS
diff --git a/webrtc/DEPS b/webrtc/DEPS
index 0e986a2ceb0cf00047c6d8dfa623bb22b734ed3e..9ba34f00aae5416e4468e3ca4a7b5f1605be1624 100644
--- a/webrtc/DEPS
+++ b/webrtc/DEPS
@@ -29,11 +29,9 @@ include_rules = [
# The below rules will be removed when webrtc:4243 is fixed.
specific_include_rules = {
"video_receive_stream\.h": [
- "+webrtc/common_video/include",
- "+webrtc/media/base",
+ "+webrtc/call/video_receive_stream.h",
],
"video_send_stream\.h": [
- "+webrtc/common_video/include",
- "+webrtc/media/base",
+ "+webrtc/call/video_send_stream.h",
],
}
« webrtc/BUILD.gn ('K') | « webrtc/BUILD.gn ('k') | webrtc/call/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698