Move tools/{msan,ubsan} -> tools-webrtc/
After landing https://codereview.chromium.org/2580313002/ in Chromium and rolled it in, this is now possible. BUG=webrtc:5006 TBR=charujain@webrtc.org NOTRY=True Review-Url: https://codereview.webrtc.org/2589093002 . Cr-Commit-Position: refs/heads/master@{#15695}
This commit is contained in:
@ -24,6 +24,12 @@ build_with_chromium = false
|
||||
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"
|
||||
msan_blacklist_path =
|
||||
rebase_path("//tools-webrtc/msan/blacklist.txt", root_build_dir)
|
||||
ubsan_blacklist_path =
|
||||
rebase_path("//tools-webrtc/ubsan/blacklist.txt", root_build_dir)
|
||||
ubsan_vptr_blacklist_path =
|
||||
rebase_path("//tools-webrtc/ubsan/vptr_blacklist.txt", root_build_dir)
|
||||
|
||||
# Android lint suppressions file
|
||||
lint_suppressions_file = "//webrtc/build/android/suppressions.xml"
|
||||
|
Reference in New Issue
Block a user