| Index: webrtc/modules/audio_coding/BUILD.gn
|
| diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
|
| index 0b1ec180f0a41ce96591f51859e1abe6dcf176e4..1b62973092d398536bb79019f6255b7e886a7808 100644
|
| --- a/webrtc/modules/audio_coding/BUILD.gn
|
| +++ b/webrtc/modules/audio_coding/BUILD.gn
|
| @@ -585,6 +585,7 @@ rtc_static_library("isac_c") {
|
| deps = [
|
| ":isac_common",
|
| "../..:webrtc_common",
|
| + "../../base:compile_assert_c",
|
| "../../base:rtc_base_approved",
|
| "../../common_audio",
|
| ]
|
| @@ -684,6 +685,7 @@ rtc_source_set("isac_fix_c") {
|
| ":isac_common",
|
| "../..:webrtc_common",
|
| "../../api/audio_codecs:audio_codecs_api",
|
| + "../../base:compile_assert_c",
|
| "../../base:rtc_base_approved",
|
| "../../common_audio",
|
| "../../system_wrappers",
|
|
|