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

Unified Diff: content/content_renderer.gypi

Issue 11359196: Associate audio streams with their source/destination RenderView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Plus, removed CalledOnValidThread DCHECK from sampleRate() call since nothing mutates. Created 8 years 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/common/media/audio_messages.h ('k') | content/renderer/media/audio_device_factory.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 81d31ba16f79dcc77eae676cb130939336c82ba0..47d6575bfacd09fbc3de4dedc30a557ce9c8e7aa 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -135,6 +135,8 @@
'renderer/media/render_audiosourceprovider.h',
'renderer/media/render_media_log.cc',
'renderer/media/render_media_log.h',
+ 'renderer/media/renderer_audio_output_device.cc',
+ 'renderer/media/renderer_audio_output_device.h',
'renderer/media/renderer_gpu_video_decoder_factories.cc',
'renderer/media/renderer_gpu_video_decoder_factories.h',
'renderer/media/renderer_webaudiodevice_impl.cc',
« no previous file with comments | « content/common/media/audio_messages.h ('k') | content/renderer/media/audio_device_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698