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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+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
2 "+media", 3 "+media",
3 ] 4 ]
4 5
5 specific_include_rules = { 6 specific_include_rules = {
6 # TODO(miu): Need to relocate MediaStreamManager/DispatcherHost/UIProxy and 7 # TODO(miu): Need to relocate MediaStreamManager/DispatcherHost/UIProxy and
7 # friends to somewhere more appropriate. Perhaps content/browser/media? 8 # friends to somewhere more appropriate. Perhaps content/browser/media?
8 "media_stream_ui_proxy(_unittest)?\.cc": [ 9 "media_stream_ui_proxy(_unittest)?\.cc": [
9 "+content/browser/frame_host", 10 "+content/browser/frame_host",
10 ], 11 ],
11 } 12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698