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

Unified Diff: content/content_tests.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 | « content/content_renderer.gypi ('k') | content/renderer/media/media_stream_dependency_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 5b5feeaf3760d50fab309148d05965f96472a8c9..ca3f310bc46ae71a2fc90ef2e627d1068bc5aa47 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -183,8 +183,8 @@
'renderer/media/mock_peer_connection_impl.h',
'renderer/media/mock_web_peer_connection_00_handler_client.cc',
'renderer/media/mock_web_peer_connection_00_handler_client.h',
- 'renderer/media/mock_web_peer_connection_handler_client.cc',
- 'renderer/media/mock_web_peer_connection_handler_client.h',
+ 'renderer/media/mock_web_rtc_peer_connection_handler_client.cc',
+ 'renderer/media/mock_web_rtc_peer_connection_handler_client.h',
'test/webrtc_audio_device_test.cc',
'test/webrtc_audio_device_test.h',
],
@@ -507,6 +507,7 @@
'renderer/media/media_stream_dispatcher_unittest.cc',
'renderer/media/media_stream_impl_unittest.cc',
'renderer/media/peer_connection_handler_jsep_unittest.cc',
+ 'renderer/media/rtc_peer_connection_handler_unittest.cc',
'renderer/media/rtc_video_decoder_unittest.cc',
'renderer/media/webrtc_audio_device_unittest.cc',
],
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/media/media_stream_dependency_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698