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

Unified Diff: content/content_tests.gypi

Issue 9699069: Adding JSEP PeerConnection glue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Deleting two renamed files. Created 8 years, 9 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index f43fa9439a48479fd49c16311acaeafd803ec878..cfff58176ea51efdd8c372ae84d51c0d3422a5d4 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -127,6 +127,8 @@
'renderer/media/mock_media_stream_impl.h',
'renderer/media/mock_peer_connection_impl.cc',
'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',
'test/webrtc_audio_device_test.cc',
@@ -297,6 +299,7 @@
'sources': [
'renderer/media/media_stream_dispatcher_unittest.cc',
'renderer/media/media_stream_impl_unittest.cc',
+ 'renderer/media/peer_connection_handler_jsep_unittest.cc',
'renderer/media/peer_connection_handler_unittest.cc',
'renderer/media/rtc_video_decoder_unittest.cc',
'renderer/media/webrtc_audio_device_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698