| Index: webrtc/modules/audio_coding/BUILD.gn
|
| diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
|
| index bafeffb6a78a4d9d96e8c22ddd5d35a5b978c840..ef5ea96be20f181080cb140123d32a5f8b358305 100644
|
| --- a/webrtc/modules/audio_coding/BUILD.gn
|
| +++ b/webrtc/modules/audio_coding/BUILD.gn
|
| @@ -701,6 +701,12 @@ if (rtc_enable_protobuf) {
|
| ]
|
| proto_out_dir = "webrtc/modules/audio_coding/audio_network_adaptor"
|
| }
|
| + proto_library("ana_config_proto") {
|
| + sources = [
|
| + "audio_network_adaptor/config.proto",
|
| + ]
|
| + proto_out_dir = "webrtc/modules/audio_coding/audio_network_adaptor"
|
| + }
|
| }
|
|
|
| source_set("audio_network_adaptor") {
|
| @@ -733,6 +739,7 @@ source_set("audio_network_adaptor") {
|
|
|
| if (rtc_enable_protobuf) {
|
| deps = [
|
| + ":ana_config_proto",
|
| ":ana_debug_dump_proto",
|
| ]
|
| defines = [ "WEBRTC_AUDIO_NETWORK_ADAPTOR_DEBUG_DUMP" ]
|
|
|