| Index: webrtc/api/audio_codecs/test/BUILD.gn
 | 
| diff --git a/webrtc/api/audio_codecs/test/BUILD.gn b/webrtc/api/audio_codecs/test/BUILD.gn
 | 
| index 0f742f57cc2dc4ca25e91c40124c135ad9ada0f2..16fdeb9698f131b5da0a8884c8ad5d294b69712f 100644
 | 
| --- a/webrtc/api/audio_codecs/test/BUILD.gn
 | 
| +++ b/webrtc/api/audio_codecs/test/BUILD.gn
 | 
| @@ -21,6 +21,7 @@
 | 
|      ]
 | 
|      deps = [
 | 
|        "..:audio_codecs_api",
 | 
| +      "../../../rtc_base:protobuf_utils",  # TODO(kwiberg): Why is this needed?
 | 
|        "../../../rtc_base:rtc_base_approved",
 | 
|        "../../../test:audio_codec_mocks",
 | 
|        "../../../test:test_support",
 | 
| 
 |