Index: webrtc/modules/audio_coding/BUILD.gn |
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn |
index 2f28cccb1ca08aaa79ac6fb0b474340e7a7d488e..0491022034333b64ebedad77eb1c16e3cc52a2f3 100644 |
--- a/webrtc/modules/audio_coding/BUILD.gn |
+++ b/webrtc/modules/audio_coding/BUILD.gn |
@@ -963,6 +963,7 @@ if (rtc_include_tests) { |
"../../system_wrappers:system_wrappers_default", |
"../../test:test_support", |
"../rtp_rtcp", |
+ "//build/config/sanitizers:deps", |
"//testing/gtest", |
"//third_party/gflags:gflags", |
] |
@@ -992,6 +993,7 @@ if (rtc_include_tests) { |
"../../system_wrappers:system_wrappers_default", |
"../../test:test_support", |
"../rtp_rtcp", |
+ "//build/config/sanitizers:deps", |
"//testing/gtest", |
"//third_party/gflags:gflags", |
] |
@@ -1291,6 +1293,7 @@ if (rtc_include_tests) { |
":pcm16b", |
":webrtc_opus", |
"../../common_audio", |
+ "//build/config/sanitizers:deps", |
] |
configs += [ ":RTPencode_config" ] |
@@ -1321,6 +1324,7 @@ if (rtc_include_tests) { |
deps = [ |
":neteq_test_tools", |
+ "//build/config/sanitizers:deps", |
] |
} |
@@ -1334,6 +1338,7 @@ if (rtc_include_tests) { |
deps = [ |
"../../system_wrappers:system_wrappers_default", |
"../../test:rtp_test_utils", |
+ "//build/config/sanitizers:deps", |
"//testing/gtest", |
] |
} |
@@ -1347,6 +1352,7 @@ if (rtc_include_tests) { |
deps = [ |
":neteq_test_tools", |
+ "//build/config/sanitizers:deps", |
"//testing/gtest", |
] |
} |
@@ -1355,6 +1361,7 @@ if (rtc_include_tests) { |
testonly = true |
deps = [ |
"../..:webrtc_common", |
+ "//build/config/sanitizers:deps", |
"//testing/gtest", |
] |
sources = [ |
@@ -1374,6 +1381,7 @@ if (rtc_include_tests) { |
":neteq_unittest_tools", |
":pcm16b", |
"../../system_wrappers:system_wrappers_default", |
+ "//build/config/sanitizers:deps", |
"//testing/gtest", |
"//third_party/gflags:gflags", |
] |
@@ -1398,6 +1406,7 @@ if (rtc_include_tests) { |
":neteq_unittest_tools", |
":webrtc_opus", |
"../../test:test_support_main", |
+ "//build/config/sanitizers:deps", |
"//testing/gtest", |
"//third_party/gflags", |
] |
@@ -1415,6 +1424,7 @@ if (rtc_include_tests) { |
":neteq_test_support", |
"../../system_wrappers:system_wrappers_default", |
"../../test:test_support", |
+ "//build/config/sanitizers:deps", |
"//third_party/gflags", |
] |
} |
@@ -1428,6 +1438,7 @@ if (rtc_include_tests) { |
":neteq", |
":webrtc_opus", |
"../../system_wrappers:system_wrappers_default", |
+ "//build/config/sanitizers:deps", |
] |
} |
@@ -1445,6 +1456,7 @@ if (rtc_include_tests) { |
":neteq_unittest_tools", |
"../../system_wrappers:system_wrappers_default", |
"../../test:test_support_main", |
+ "//build/config/sanitizers:deps", |
"//testing/gtest", |
"//third_party/gflags", |
] |
@@ -1462,6 +1474,7 @@ if (rtc_include_tests) { |
":neteq", |
":neteq_test_support", |
"../../test:test_support_main", |
+ "//build/config/sanitizers:deps", |
"//testing/gtest", |
"//third_party/gflags", |
] |
@@ -1479,6 +1492,7 @@ if (rtc_include_tests) { |
":neteq", |
":neteq_test_support", |
"../../test:test_support_main", |
+ "//build/config/sanitizers:deps", |
"//testing/gtest", |
"//third_party/gflags", |
] |
@@ -1494,6 +1508,7 @@ if (rtc_include_tests) { |
deps = [ |
":isac_fix", |
"../../test:test_support", |
+ "//build/config/sanitizers:deps", |
] |
if (is_win) { |