| Index: webrtc/modules/audio_coding/BUILD.gn
|
| diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
|
| index 7a0724759f05d468b4a8c07a0a6f16391f307a54..99fa140da3e8e01137e51d63e9bd4f232ac2b9de 100644
|
| --- a/webrtc/modules/audio_coding/BUILD.gn
|
| +++ b/webrtc/modules/audio_coding/BUILD.gn
|
| @@ -121,6 +121,7 @@ source_set("audio_decoder_interface") {
|
| public_configs = [ "../..:common_inherited_config" ]
|
| deps = [
|
| "../..:webrtc_common",
|
| + "../../base:rtc_base_approved",
|
| ]
|
| }
|
|
|
| @@ -133,6 +134,7 @@ source_set("audio_encoder_interface") {
|
| public_configs = [ "../..:common_inherited_config" ]
|
| deps = [
|
| "../..:webrtc_common",
|
| + "../../base:rtc_base_approved",
|
| ]
|
| }
|
|
|
|
|