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

Unified Diff: media/media.gyp

Issue 3185022: Share one thread between all AudioOutputControllers instead of creating one per stream. (Closed)
Patch Set: - Created 10 years, 4 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 | « media/filters/audio_renderer_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 5f3e42fd54291a18f9eb6d4523e047dee047462e..98aee7a339a4b735292c0d320a1ac7e1f7d9151b 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -23,6 +23,10 @@
'audio/audio_io.h',
'audio/audio_input_controller.cc',
'audio/audio_input_controller.h',
+ 'audio/audio_manager.h',
+ 'audio/audio_manager.cc',
+ 'audio/audio_manager_base.h',
+ 'audio/audio_manager_base.cc',
'audio/audio_output_controller.cc',
'audio/audio_output_controller.h',
'audio/audio_util.cc',
« no previous file with comments | « media/filters/audio_renderer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698