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:
ehmaldonado
2016-08-25 02:44:01 -07:00
committed by Commit bot
parent 00e45bb09d
commit 19319a3a2e
2 changed files with 5 additions and 0 deletions

View File

@ -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",
]
}