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

Unified Diff: media/audio/BUILD.gn

Issue 2784433002: Ensures that audio tasks cannot run after AudioManager is deleted. (Closed)
Patch Set: rebase Created 3 years, 7 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/public/browser/content_browser_client.cc ('k') | media/audio/alsa/alsa_output_unittest.cc » ('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 59a01e1a8509456fda0cf016bc6c102c3b4a3a2f..3f0660a0a685500fb9218ab6f1588f71eb41145d 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",
@@ -299,15 +302,19 @@ 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",
+ "//media:media_config",
]
- configs += [ ":platform_config" ]
deps = [
"//base",
"//media",
"//testing/gmock",
"//testing/gtest",
]
- configs += [ "//media:media_config" ]
}
source_set("unit_tests") {
« no previous file with comments | « content/public/browser/content_browser_client.cc ('k') | media/audio/alsa/alsa_output_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698