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

Unified Diff: media/audio/BUILD.gn

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: Rebase 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
« no previous file with comments | « content/browser/media/capture/web_contents_audio_muter.cc ('k') | media/audio/audio_io.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/BUILD.gn
diff --git a/media/audio/BUILD.gn b/media/audio/BUILD.gn
index fc0f991bc8522e51da8a01496e85eea341dd0a09..968a2e92a81bbd20bed8212cb66008b54e86a278 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -84,8 +84,6 @@ source_set("audio") {
"audio_source_diverter.h",
"clockless_audio_sink.cc",
"clockless_audio_sink.h",
- "fake_audio_consumer.cc",
- "fake_audio_consumer.h",
"fake_audio_input_stream.cc",
"fake_audio_input_stream.h",
"fake_audio_log_factory.cc",
@@ -94,6 +92,8 @@ source_set("audio") {
"fake_audio_manager.h",
"fake_audio_output_stream.cc",
"fake_audio_output_stream.h",
+ "fake_audio_worker.cc",
+ "fake_audio_worker.h",
"null_audio_sink.cc",
"null_audio_sink.h",
"sample_rates.cc",
@@ -276,7 +276,7 @@ source_set("unittests") {
"audio_output_proxy_unittest.cc",
"audio_parameters_unittest.cc",
"audio_power_monitor_unittest.cc",
- "fake_audio_consumer_unittest.cc",
+ "fake_audio_worker_unittest.cc",
"simple_sources_unittest.cc",
"virtual_audio_input_stream_unittest.cc",
"virtual_audio_output_stream_unittest.cc",
« no previous file with comments | « content/browser/media/capture/web_contents_audio_muter.cc ('k') | media/audio/audio_io.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698