diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn index d69d978316..fa5508e3b3 100644 --- a/webrtc/modules/audio_coding/BUILD.gn +++ b/webrtc/modules/audio_coding/BUILD.gn @@ -885,6 +885,9 @@ if (rtc_enable_protobuf) { sources = [ "audio_network_adaptor/debug_dump.proto", ] + deps = [ + ":ana_config_proto", + ] proto_out_dir = "webrtc/modules/audio_coding/audio_network_adaptor" } proto_library("ana_config_proto") {