| Index: webrtc/modules/audio_processing/BUILD.gn
|
| diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn
|
| index 66a7c2b964dba8acc15b187f2891c3413c58e5fa..d65b5f81b5673b848dbd5a1d43bdda45606c9a7e 100644
|
| --- a/webrtc/modules/audio_processing/BUILD.gn
|
| +++ b/webrtc/modules/audio_processing/BUILD.gn
|
| @@ -334,7 +334,6 @@ if (rtc_include_tests) {
|
| "../../system_wrappers",
|
| "../../system_wrappers:system_wrappers_default",
|
| "../../test:test_support",
|
| - "//build/config/sanitizers:deps",
|
| "//testing/gtest",
|
| "//third_party/gflags:gflags",
|
| ]
|
| @@ -356,7 +355,6 @@ if (rtc_include_tests) {
|
| ":audioproc_test_utils",
|
| "../../common_audio",
|
| "../../system_wrappers:system_wrappers_default",
|
| - "//build/config/sanitizers:deps",
|
| "//third_party/gflags:gflags",
|
| ]
|
| } # unpack_aecdump
|
| @@ -384,7 +382,6 @@ if (rtc_include_tests) {
|
| "../../system_wrappers",
|
| "../../system_wrappers:system_wrappers_default",
|
| "../../test:test_support",
|
| - "//build/config/sanitizers:deps",
|
| "//testing/gtest",
|
| "//third_party/gflags:gflags",
|
| ]
|
|
|