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" |