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

Side by Side Diff: chrome/browser/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 "+content/browser/media/webrtc",
3 "+content/common/media",
2 "+media/audio", 4 "+media/audio",
3 "+media/base", 5 "+media/base",
4 "+media/cast", 6 "+media/cast",
5 "+media/media_features.h", 7 "+media/media_features.h",
6 "+third_party/libyuv", 8 "+third_party/libyuv",
7 "+third_party/webrtc", 9 "+third_party/webrtc",
8 ] 10 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698