| 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 38ca736e1a0bb2172c09e9e0015fc91c56089243..685726fde8984f6293863f39fb259c3dce1be7f7 100644
|
| --- a/webrtc/api/audio_codecs/test/BUILD.gn
|
| +++ b/webrtc/api/audio_codecs/test/BUILD.gn
|
| @@ -21,6 +21,7 @@ if (rtc_include_tests) {
|
| ]
|
| deps = [
|
| "..:audio_codecs_api",
|
| + "../../../base:protobuf_utils", # TODO(kwiberg): Why is this needed?
|
| "../../../base:rtc_base_approved",
|
| "../../../test:audio_codec_mocks",
|
| "../../../test:test_support",
|
| @@ -28,6 +29,7 @@ if (rtc_include_tests) {
|
| "../g722:audio_encoder_g722",
|
| "../ilbc:audio_decoder_ilbc",
|
| "../ilbc:audio_encoder_ilbc",
|
| + "../opus:audio_encoder_opus",
|
| "//testing/gmock",
|
| ]
|
| }
|
|
|