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

Unified Diff: webrtc/DEPS

Issue 1814763002: Cleanup of webrtc::VideoRenderer (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Use a more specific DEPS rule. 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 292c99685b496b0442dc6360bbae7f6558f13315..aebafa72ab3817604d77b0c755c161b9e2f54cee 100644
--- a/webrtc/DEPS
+++ b/webrtc/DEPS
@@ -44,4 +44,7 @@ specific_include_rules = {
"video_frame\.h": [
"+webrtc/common_video",
],
+ "video_renderer\.h": [
kjellander_webrtc 2016/03/18 14:18:44 This is OK for now, but video_renderer.h should re
+ "+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