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

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: Added unit test and mock. Removed old bad mock. Created 8 years, 4 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') | content/content_tests.gypi » ('J')
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 8d2ef40256e04bb31606fa09e38f02fd24e04999..5ec1859ac6d68be6736206a7b6a32c5e45316a01 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -311,6 +311,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/video_capture_module_impl.cc',
'renderer/media/video_capture_module_impl.h',
'renderer/media/webrtc_audio_device_impl.cc',
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/content_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698