| 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 6cbb2522d5772bf6061b30a694554544cbce300e..5c1a45a04525954bd03e13e75746ff2ae460b007 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.
 | 
| 
 |