| Index: webrtc/modules/audio_coding/BUILD.gn
|
| diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
|
| index 1b14f02785c94de61f9f15a9645f39735ae9ef86..44ee8b95e85d157d294a55ac1cdf6193712790a8 100644
|
| --- a/webrtc/modules/audio_coding/BUILD.gn
|
| +++ b/webrtc/modules/audio_coding/BUILD.gn
|
| @@ -1557,7 +1557,7 @@ if (rtc_include_tests) {
|
|
|
| deps = [
|
| ":isac",
|
| - "../../base:rtc_base",
|
| + "../../base:rtc_base_approved",
|
| "//build/config/sanitizers:deps",
|
| ]
|
|
|
| @@ -1610,7 +1610,7 @@ if (rtc_include_tests) {
|
|
|
| deps = [
|
| ":webrtc_opus",
|
| - "../../base:rtc_base",
|
| + "../../base:rtc_base_approved",
|
| "../../common_audio",
|
| "../../test:test_support",
|
| "../../test:test_support_main",
|
|
|