Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(609)

Unified Diff: build_overrides/build.gni

Issue 2589093002: Move tools/{msan,ubsan} -> tools-webrtc/ (Closed)
Patch Set: Using rebase_path Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools-webrtc/msan/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_overrides/build.gni
diff --git a/build_overrides/build.gni b/build_overrides/build.gni
index fbf95c97dd434327e79de87e973def0208692b6d..3dce159d22708da8f8e11f50e5a9bafc00da8910 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"
« no previous file with comments | « no previous file | tools-webrtc/msan/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698