| Index: webrtc/modules/audio_coding/BUILD.gn
|
| diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
|
| index d69d9783165be645b727c13b28ea4108165f17d6..fa5508e3b332e0e13f16d0fdfe8574931560025a 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") {
|
|
|