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:
@ -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",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user