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:
parent
f534659ee6
commit
18e83ea598
@ -22,8 +22,8 @@ build_with_chromium = false
|
|||||||
|
|
||||||
# Use our own suppressions files.
|
# Use our own suppressions files.
|
||||||
asan_suppressions_file = "//build/sanitizers/asan_suppressions.cc"
|
asan_suppressions_file = "//build/sanitizers/asan_suppressions.cc"
|
||||||
lsan_suppressions_file = "//webrtc/build/sanitizers/lsan_suppressions_webrtc.cc"
|
lsan_suppressions_file = "//tools-webrtc/sanitizers/lsan_suppressions_webrtc.cc"
|
||||||
tsan_suppressions_file = "//webrtc/build/sanitizers/tsan_suppressions_webrtc.cc"
|
tsan_suppressions_file = "//tools-webrtc/sanitizers/tsan_suppressions_webrtc.cc"
|
||||||
msan_blacklist_path =
|
msan_blacklist_path =
|
||||||
rebase_path("//tools-webrtc/msan/blacklist.txt", root_build_dir)
|
rebase_path("//tools-webrtc/msan/blacklist.txt", root_build_dir)
|
||||||
ubsan_blacklist_path =
|
ubsan_blacklist_path =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user