| 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..bfda3b8876789b42af97180bacb76ba27e24df80 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") {
|
| sources = [
|
| "config.cc",
|
| "config.h",
|
| + "timing.cc",
|
| + "timing.h",
|
| ]
|
| deps = []
|
| visibility = [ ":*" ] # Only targets in this file can depend on this.
|
|
|