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

Unified Diff: media/audio/BUILD.gn

Issue 2784433002: Ensures that audio tasks cannot run after AudioManager is deleted. (Closed)
Patch Set: chromeos and android build Created 3 years, 8 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 f7d9a5102aef2fb3fb939c5f88f39db181dcd3fc..1a95aefbaaecdaab11ab9a863a7131310e4d5cff 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -104,6 +104,9 @@ source_set("audio") {
"audio_system.h",
"audio_system_impl.cc",
"audio_system_impl.h",
+ "audio_thread.h",
+ "audio_thread_impl.cc",
+ "audio_thread_impl.h",
"clockless_audio_sink.cc",
"clockless_audio_sink.h",
"fake_audio_input_stream.cc",
@@ -297,6 +300,8 @@ static_library("test_support") {
"mock_audio_source_callback.h",
"test_audio_input_controller_factory.cc",
"test_audio_input_controller_factory.h",
+ "test_audio_thread.cc",
+ "test_audio_thread.h",
]
configs += [ ":platform_config" ]
deps = [

Powered by Google App Engine
This is Rietveld 408576698