| 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 259b10c0ce2918dea8efb6d65e4f292181bb8c80..192cb005beaf5fadfc645a6a3e9433b3fa33ec9b 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",
|
| @@ -64,6 +66,7 @@ rtc_source_set("unittest") {
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| "//webrtc:webrtc_common",
|
| + "//webrtc/base:rtc_base",
|
| "//webrtc/base:rtc_base_approved",
|
| "//webrtc/test:test_support",
|
| ]
|
|
|