| 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 d0cb1e7e7e05eafe2587fc6e8f8ff538b96ce768..e85e1e3b1c11d28c098f673df3b71f7143e325ba 100644
|
| --- a/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
|
| +++ b/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
|
| @@ -35,8 +35,12 @@ rtc_static_library("lib") {
|
| sources = [
|
| "config.cc",
|
| "config.h",
|
| + "timing.cc",
|
| + "timing.h",
|
| + ]
|
| + deps = [
|
| + "//webrtc/base:rtc_base_approved",
|
| ]
|
| - deps = []
|
| visibility = [ ":*" ] # Only targets in this file can depend on this.
|
| } # lib
|
|
|
|
|