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

Unified Diff: media/audio/BUILD.gn

Issue 2582703003: Audio output debug recording. (Closed)
Patch Set: Code review. 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
« no previous file with comments | « content/browser/webrtc/webrtc_internals.cc ('k') | media/audio/audio_debug_file_writer.h » ('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 a77d84bc3239c7f257ddeb916a7f50e8fcef78da..11e618a4ee805cc3fdb8b8351176b1ead9d8f4f0 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -56,6 +56,10 @@ source_set("audio") {
"agc_audio_stream.h",
"audio_debug_file_writer.cc",
"audio_debug_file_writer.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",
@@ -304,6 +308,8 @@ source_set("unit_tests") {
testonly = true
sources = [
"audio_debug_file_writer_unittest.cc",
+ "audio_debug_recording_helper_unittest.cc",
+ "audio_debug_recording_manager_unittest.cc",
"audio_input_controller_unittest.cc",
"audio_input_device_unittest.cc",
"audio_input_unittest.cc",
« no previous file with comments | « content/browser/webrtc/webrtc_internals.cc ('k') | media/audio/audio_debug_file_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698