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

Unified Diff: media/audio/BUILD.gn

Issue 2582703003: Audio output debug recording. (Closed)
Patch Set: Code review. Created 3 years, 11 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 7a8ea7f0f4b3fbaffc1bda1924085092fe3fdb65..d077fb6f5e40849bd3a7ef58386ff1eba6fa6dc3 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -54,6 +54,10 @@ source_set("audio") {
visibility = [ "//media/*" ]
sources = [
"agc_audio_stream.h",
+ "audio_debug_recording_helper.cc",
+ "audio_debug_recording_helper.h",
+ "audio_debug_recording_manager.cc",
+ "audio_debug_recording_manager.h",
"audio_device_description.cc",
"audio_device_description.h",
"audio_device_name.cc",
@@ -97,6 +101,8 @@ source_set("audio") {
"audio_streams_tracker.h",
"clockless_audio_sink.cc",
"clockless_audio_sink.h",
+ "fake_audio_file_writer.cc",
+ "fake_audio_file_writer.h",
"fake_audio_input_stream.cc",
"fake_audio_input_stream.h",
"fake_audio_log_factory.cc",

Powered by Google App Engine
This is Rietveld 408576698