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

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

Issue 2790933002: Conversational speech tool, simualtor + unit tests (Closed)
Patch Set: map iterators simplified Created 3 years, 7 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: 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..a028c5619ca54657236dbd033ccce23c28dbcc04 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,9 @@ rtc_source_set("unittest") {
"../../../../../webrtc/test:test_support",
"//testing/gmock",
"//testing/gtest",
+ "//webrtc:webrtc_common",
+ "//webrtc/base:rtc_base",
+ "//webrtc/base:rtc_base_approved",
+ "//webrtc/test:test_support",
]
}

Powered by Google App Engine
This is Rietveld 408576698