| Index: webrtc/modules/audio_coding/BUILD.gn
|
| diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
|
| index d98d9c35d30de60c5f512432732ad8da07522719..00e3aa77b02996f7be747fac1af1569bfa82d36e 100644
|
| --- a/webrtc/modules/audio_coding/BUILD.gn
|
| +++ b/webrtc/modules/audio_coding/BUILD.gn
|
| @@ -387,6 +387,7 @@ source_set("isac_common") {
|
| "codecs/isac/locked_bandwidth_info.cc",
|
| "codecs/isac/locked_bandwidth_info.h",
|
| ]
|
| + public_configs = [ "../..:common_inherited_config" ]
|
| }
|
|
|
| config("isac_config") {
|
|
|