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:
Henrik Kjellander
2016-12-20 08:04:25 +01:00
parent 19d0489df7
commit 9547033637
6 changed files with 6 additions and 0 deletions

View File

@ -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"