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

Unified Diff: media/audio/BUILD.gn

Issue 1806313003: Pass task runners to AudioManager constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: implemented ScopedAudioManagerPtr Created 4 years, 9 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 8892e76c4c917858184d0f7b446b6eed3601379d..15e303a950e170417d9996d337cb7e5dd44e1607 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -90,6 +90,8 @@ source_set("audio") {
"audio_source_diverter.h",
"audio_streams_tracker.cc",
"audio_streams_tracker.h",
+ "audio_thread.cc",
+ "audio_thread.h",
"clockless_audio_sink.cc",
"clockless_audio_sink.h",
"fake_audio_input_stream.cc",

Powered by Google App Engine
This is Rietveld 408576698