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

Unified Diff: content/browser/renderer_host/media/DEPS

Issue 1855193002: Move the call to enable the WebRTC event log from PeerConnectionFactory to PeerConnection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with existing WebRtcEventLogHandler. Created 4 years, 7 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: content/browser/renderer_host/media/DEPS
diff --git a/content/browser/renderer_host/media/DEPS b/content/browser/renderer_host/media/DEPS
index 21fd0fd9d57ba3c66adf0e5de0b48447ddfd39b6..093604a76090e17032cfa77d19c62afba9d1023e 100644
--- a/content/browser/renderer_host/media/DEPS
+++ b/content/browser/renderer_host/media/DEPS
@@ -1,4 +1,5 @@
include_rules = [
+ "+chrome/browser/media",
Henrik Grunell 2016/05/10 08:44:56 This is not allowed. content/ cannot depend on chr
Ivo-OOO until feb 6 2016/05/12 13:23:24 Good point, I've rewritten this to avoid this depe
"+media",
]

Powered by Google App Engine
This is Rietveld 408576698