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

Unified Diff: content/content_renderer.gypi

Issue 131763002: Adds MediaStreamSource, MediaStreamAudioSource and MediaStreamVideoCaptureDeviceSource (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 11 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/renderer/media/media_stream_audio_source.h » ('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 41d1ee935b732f83048b07a582f3a77a5cfeae6b..55fc3b569fb12568c40832dbc4f9b50223c6c71a 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -611,8 +611,12 @@
'renderer/media/media_stream_dispatcher.cc',
'renderer/media/media_stream_impl.cc',
'renderer/media/media_stream_registry_interface.h',
- 'renderer/media/media_stream_source_observer.cc',
- 'renderer/media/media_stream_source_observer.h',
+ 'renderer/media/media_stream_audio_source.cc',
+ 'renderer/media/media_stream_audio_source.h',
+ 'renderer/media/media_stream_source.cc',
+ 'renderer/media/media_stream_source.h',
+ 'renderer/media/media_stream_video_capturer_source.cc',
+ 'renderer/media/media_stream_video_capturer_source.h',
'renderer/media/media_stream_video_source.cc',
'renderer/media/media_stream_video_source.h',
'renderer/media/native_handle_impl.cc',
« no previous file with comments | « no previous file | content/renderer/media/media_stream_audio_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698