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

Unified Diff: media/media.gyp

Issue 922663002: Moved the fake input stream's processing onto the audio worker thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moving browser test updates to a separate patch (this one is big enough) Created 5 years, 10 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: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 0a3f4a49b0fde1eb45fdc30269bab368b577a2b3..203c1436db9b45d64a00d1c9583028f32d967611 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -150,6 +150,8 @@
'audio/fake_audio_manager.h',
'audio/fake_audio_output_stream.cc',
'audio/fake_audio_output_stream.h',
+ 'audio/fake_audio_provider.cc',
+ 'audio/fake_audio_provider.h',
'audio/linux/audio_manager_linux.cc',
'audio/mac/audio_auhal_mac.cc',
'audio/mac/audio_auhal_mac.h',
@@ -1134,6 +1136,7 @@
'audio/audio_parameters_unittest.cc',
'audio/audio_power_monitor_unittest.cc',
'audio/fake_audio_consumer_unittest.cc',
+ 'audio/fake_audio_provider_unittest.cc',
'audio/mac/audio_auhal_mac_unittest.cc',
'audio/mac/audio_device_listener_mac_unittest.cc',
'audio/mac/audio_low_latency_input_mac_unittest.cc',
« media/audio/fake_audio_provider.cc ('K') | « media/audio/fake_audio_provider_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698