Add missing "//build/config/sanitizers:deps" to executable targets.
BUG=webrtc:6215 NOTRY=True Review-Url: https://codereview.webrtc.org/2278723004 Cr-Commit-Position: refs/heads/master@{#13915}
This commit is contained in:
parent
00e45bb09d
commit
19319a3a2e
@ -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",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@ -264,6 +264,7 @@ if (rtc_include_tests) {
|
||||
"../test:channel_transport",
|
||||
"../test:test_support",
|
||||
"../voice_engine",
|
||||
"//build/config/sanitizers:deps",
|
||||
"//build/win:default_exe_manifest",
|
||||
"//testing/gtest",
|
||||
"//third_party/gflags",
|
||||
@ -288,6 +289,7 @@ if (rtc_include_tests) {
|
||||
deps = [
|
||||
"../modules/audio_processing",
|
||||
"../system_wrappers:metrics_default",
|
||||
"//build/config/sanitizers:deps",
|
||||
"//build/win:default_exe_manifest",
|
||||
"//testing/gtest",
|
||||
"//third_party/gflags",
|
||||
@ -313,6 +315,7 @@ if (rtc_include_tests) {
|
||||
"../system_wrappers:system_wrappers_default",
|
||||
"../test:channel_transport",
|
||||
"../voice_engine",
|
||||
"//build/config/sanitizers:deps",
|
||||
"//build/win:default_exe_manifest",
|
||||
"//testing/gtest",
|
||||
"//third_party/gflags",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user