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

Unified Diff: webrtc/DEPS

Issue 1818023002: Delete class webrtc::VideoRenderer and its header file. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased. Created 4 years, 9 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
« no previous file with comments | « no previous file | webrtc/call/call_perf_tests.cc » ('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 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",
+ ],
+ "video_send_stream\.h": [
"+webrtc/media/base",
],
}
« no previous file with comments | « no previous file | webrtc/call/call_perf_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698