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

Unified Diff: media/audio/BUILD.gn

Issue 2675713002: Switch Speech Recognition to asynchronous callback-based AudioManager interactions. (Closed)
Patch Set: review comments addressed Created 3 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/audio/BUILD.gn
diff --git a/media/audio/BUILD.gn b/media/audio/BUILD.gn
index ff8d8f2addfb9acc572defc05889eaa44ef316eb..295208878f7b8cf935e9de9780313223bee9df96 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -95,6 +95,9 @@ source_set("audio") {
"audio_source_diverter.h",
"audio_streams_tracker.cc",
"audio_streams_tracker.h",
+ "audio_system.h",
+ "audio_system_impl.cc",
+ "audio_system_impl.h",
"clockless_audio_sink.cc",
"clockless_audio_sink.h",
"fake_audio_input_stream.cc",
@@ -309,6 +312,7 @@ source_set("unit_tests") {
"audio_output_proxy_unittest.cc",
"audio_power_monitor_unittest.cc",
"audio_streams_tracker_unittest.cc",
+ "audio_system_impl_unittest.cc",
"fake_audio_worker_unittest.cc",
"simple_sources_unittest.cc",
"virtual_audio_input_stream_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698