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

Unified Diff: content/content_renderer.gypi

Issue 10703095: New PeerConnection handler in Chrome to support latest PeerConnection draft (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Readd the UMA histogram for Deprecated PeerConnection to not screw up the stats. Created 8 years, 3 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 | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 3ca866792782f38a5d26bb02603f615ce0a432f6..8fbc71fa05afc0e4dcc89838c413199a588a118c 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -323,6 +323,8 @@
'renderer/media/peer_connection_handler_base.h',
'renderer/media/peer_connection_handler_jsep.cc',
'renderer/media/peer_connection_handler_jsep.h',
+ 'renderer/media/rtc_peer_connection_handler.cc',
+ 'renderer/media/rtc_peer_connection_handler.h',
'renderer/media/rtc_video_capture_delegate.cc',
'renderer/media/rtc_video_capture_delegate.h',
'renderer/media/rtc_video_capturer.cc',
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698