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:
parent
5f2e7c4097
commit
2df32a31d2
@ -19,3 +19,8 @@ enable_java_templates = true
|
|||||||
# Variable that can be used to support multiple build scenarios, like having
|
# Variable that can be used to support multiple build scenarios, like having
|
||||||
# Chromium specific targets in a client project's GN file etc.
|
# Chromium specific targets in a client project's GN file etc.
|
||||||
build_with_chromium = false
|
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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user