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

Unified Diff: media/audio/BUILD.gn

Issue 2702323002: Move AudioDebugFileWriter from content/ to media/. (Closed)
Patch Set: Code review, unit test fix and rebase. 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/test/BUILD.gn ('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 f371888a98c7cdddd0f28e6d6d5e696fd54474d8..a77d84bc3239c7f257ddeb916a7f50e8fcef78da 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -54,6 +54,8 @@ source_set("audio") {
visibility = [ "//media/*" ]
sources = [
"agc_audio_stream.h",
+ "audio_debug_file_writer.cc",
+ "audio_debug_file_writer.h",
"audio_device_description.cc",
"audio_device_description.h",
"audio_device_name.cc",
@@ -62,7 +64,6 @@ source_set("audio") {
"audio_device_thread.h",
"audio_features.cc",
"audio_features.h",
- "audio_file_writer.h",
"audio_input_controller.cc",
"audio_input_controller.h",
"audio_input_device.cc",
@@ -302,6 +303,7 @@ static_library("test_support") {
source_set("unit_tests") {
testonly = true
sources = [
+ "audio_debug_file_writer_unittest.cc",
"audio_input_controller_unittest.cc",
"audio_input_device_unittest.cc",
"audio_input_unittest.cc",
« no previous file with comments | « content/test/BUILD.gn ('k') | media/audio/audio_debug_file_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698