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

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

Issue 2790933002: Conversational speech tool, simualtor + unit tests (Closed)
Patch Set: UT workaround due to webrtc:7769 bug Created 3 years, 6 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 b74c05bf9715bff85b6ad70c70c4d93cb907a8ee..af24f8ab5e477c0af660460dcf4b1fb6924d75b8 100644
--- a/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
+++ b/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
@@ -35,6 +35,8 @@ rtc_static_library("lib") {
"config.h",
"multiend_call.cc",
"multiend_call.h",
+ "simulator.cc",
+ "simulator.h",
"timing.cc",
"timing.h",
"wavreader_abstract_factory.h",
@@ -67,5 +69,8 @@ rtc_source_set("unittest") {
"../../../../../webrtc/test:test_support",
"//testing/gmock",
"//testing/gtest",
+ "//webrtc:webrtc_common",
+ "//webrtc/base:rtc_base_approved",
+ "//webrtc/test:test_support",
]
}
« 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