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

Unified Diff: webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn

Issue 2774423005: Conversational Speech tool, WavReaderAdaptor and unit test (Closed)
Patch Set: BUILD deps fixed Created 3 years, 8 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 | « no previous file | webrtc/modules/audio_processing/test/conversational_speech/generator_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
diff --git a/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn b/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
index 10601fed3c373421a1a8b7da6eaf2fcce6073ffe..b74c05bf9715bff85b6ad70c70c4d93cb907a8ee 100644
--- a/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
+++ b/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
@@ -38,8 +38,6 @@ rtc_static_library("lib") {
"timing.cc",
"timing.h",
"wavreader_abstract_factory.h",
- "wavreader_adaptor.cc",
- "wavreader_adaptor.h",
"wavreader_factory.cc",
"wavreader_factory.h",
"wavreader_interface.h",
@@ -65,6 +63,7 @@ rtc_source_set("unittest") {
":lib",
"../../../../../webrtc:webrtc_common",
"../../../../../webrtc/base:rtc_base_approved",
+ "../../../../../webrtc/common_audio",
"../../../../../webrtc/test:test_support",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/test/conversational_speech/generator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698