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

Unified Diff: build_overrides/build.gni

Issue 2267753002: Make lsan and tsan suppressions files overridable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move the variables to build/config/sanitizers/BUILD.gn. Created 4 years, 4 months 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 | « build/config/sanitizers/BUILD.gn ('k') | no next file » | 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 69c74536de9948b2765ccec3e4d07746cf2de53c..4fdc67dbc33ccd8bd3c71649a9edcbff7f1b5a2b 100644
--- a/build_overrides/build.gni
+++ b/build_overrides/build.gni
@@ -21,3 +21,8 @@ build_with_chromium = true
# Some non-Chromium builds don't support building java targets.
enable_java_templates = true
+
+# Allows different projects to specify their own suppressions files.
Michael Achenbach 2016/08/30 11:42:47 Would be nicer if there were default values in cas
+asan_suppressions_file = "//build/sanitizers/asan_suppressions.cc"
+lsan_suppressions_file = "//build/sanitizers/lsan_suppressions.cc"
+tsan_suppressions_file = "//build/sanitizers/tsan_suppressions.cc"
« no previous file with comments | « build/config/sanitizers/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698