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

Unified Diff: content/content_renderer.gypi

Issue 1942803002: Caching AudioOutputDevice instances in mixer manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments addressed, map->vector in AudioRendererCacheImpl Created 4 years, 7 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/renderer/media/audio_renderer_sink_cache_impl.h » ('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 2e4eb60909e7016ccd1716fd80e5b9f5604b73bc..9ee4a523968f6d5b8f25e36d8d4f2f3a08890b15 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -307,6 +307,9 @@
'renderer/media/audio_message_filter.h',
'renderer/media/audio_renderer_mixer_manager.cc',
'renderer/media/audio_renderer_mixer_manager.h',
+ 'renderer/media/audio_renderer_sink_cache.h',
+ 'renderer/media/audio_renderer_sink_cache_impl.cc',
+ 'renderer/media/audio_renderer_sink_cache_impl.h',
'renderer/media/cdm/pepper_cdm_wrapper.h',
'renderer/media/cdm/pepper_cdm_wrapper_impl.cc',
'renderer/media/cdm/pepper_cdm_wrapper_impl.h',
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/renderer/media/audio_renderer_sink_cache_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698