Moving sanitizers from build/ to base/

We have to move the content of the 'webrtc/build/' directory up of one level (see crbug.com/611808 for further details).

To avoid a collision with the DEPSed build/ at the top level we are moving all the content of 'webrtc/build/' to different locations (see webrtc:7030 for the suggested locations).

BUG=webrtc:7030
NOTRY=True

Review-Url: https://codereview.webrtc.org/2651913002
Cr-Commit-Position: refs/heads/master@{#16259}
This commit is contained in:
mbonadei 2017-01-24 23:04:51 -08:00 committed by Commit bot
parent f534659ee6
commit 18e83ea598
5 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ 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"
lsan_suppressions_file = "//tools-webrtc/sanitizers/lsan_suppressions_webrtc.cc"
tsan_suppressions_file = "//tools-webrtc/sanitizers/tsan_suppressions_webrtc.cc"
msan_blacklist_path =
rebase_path("//tools-webrtc/msan/blacklist.txt", root_build_dir)
ubsan_blacklist_path =