aboutsummaryrefslogtreecommitdiff
path: root/build_overrides
diff options
context:
space:
mode:
authorHenrik Kjellander <kjellander@webrtc.org>2016-12-20 08:04:25 +0100
committerHenrik Kjellander <kjellander@webrtc.org>2016-12-20 07:04:25 +0000
commit9547033637a291e561f8c8a48778c100791ae54d (patch)
tree8b5ae1be891b72d902393ab3947fd3f005357d3f /build_overrides
parent19d0489df7ccc0295dc6d64698ddbb7cdca06204 (diff)
downloadwebrtc-9547033637a291e561f8c8a48778c100791ae54d.tar.gz
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}
Diffstat (limited to 'build_overrides')
-rw-r--r--build_overrides/build.gni6
1 files changed, 6 insertions, 0 deletions
diff --git a/build_overrides/build.gni b/build_overrides/build.gni
index fbf95c97dd..3dce159d22 100644
--- a/build_overrides/build.gni
+++ b/build_overrides/build.gni
@@ -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"