GN: Override lsan and tsan suppression files.

BUG=webrtc:6236
NOTRY=True

Review-Url: https://codereview.webrtc.org/2274883002
Cr-Commit-Position: refs/heads/master@{#13897}
This commit is contained in:
ehmaldonado 2016-08-24 07:46:11 -07:00 committed by Commit bot
parent 5f2e7c4097
commit 2df32a31d2

View File

@ -19,3 +19,8 @@ enable_java_templates = true
# Variable that can be used to support multiple build scenarios, like having
# Chromium specific targets in a client project's GN file etc.
build_with_chromium = false
# Use our own suppressions files.
asan_suppressions_file = "//build/sanitizers/asan_suppressions.cc"
lsan_suppressions_file = "//webrtc/build/sanitizers/lsan_suppressions_webrtc.cc"
tsan_suppressions_file = "//webrtc/build/sanitizers/tsan_suppressions_webrtc.cc"