| Index: webrtc/modules/audio_coding/BUILD.gn
|
| diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
|
| index 0b680ce5af8b6914946928d5ac449b6883f98647..b5474a31c7021a4febe05cac3a8a9287c50f87de 100644
|
| --- a/webrtc/modules/audio_coding/BUILD.gn
|
| +++ b/webrtc/modules/audio_coding/BUILD.gn
|
| @@ -1578,6 +1578,7 @@ if (rtc_include_tests) {
|
|
|
| deps = [
|
| ":g711",
|
| + "//build/config/sanitizers:deps",
|
| ]
|
| }
|
|
|
| @@ -1594,6 +1595,7 @@ if (rtc_include_tests) {
|
| deps = [
|
| ":g722",
|
| "../..:webrtc_common",
|
| + "//build/config/sanitizers:deps",
|
| ]
|
| }
|
|
|
|
|