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

Unified Diff: build_overrides/build.gni

Issue 2297133002: Fix ASAN build after rolling DEPS for build/ (Closed)
Patch Set: 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 | « no previous file | 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 bce8d28f0067209deab0edf6da6184944afddfe7..ccc838f31309dde90fd3995fea8c9d86d4a40fa0 100644
--- a/build_overrides/build.gni
+++ b/build_overrides/build.gni
@@ -29,3 +29,8 @@ if (current_cpu == "arm") {
# PDFium builds don't use Chromium's third_party/binutils.
linux_use_bundled_binutils_override = false
+
+# PDFium just uses the Chromium suppression files for now.
+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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698