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

Unified Diff: build_overrides/build.gni

Issue 2274883002: GN: Override lsan and tsan suppression files. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Revert 'Simulate chromium roll.' changes. 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 da8a1d5e82684a3996f567fd46228edfdf7a4e96..576863efd66e4826979118b04a878ac19c9ead4d 100644
--- a/build_overrides/build.gni
+++ b/build_overrides/build.gni
@@ -19,3 +19,8 @@ enable_java_templates = true
# Variable that can be used to support multiple build scenarios, like having
# Chromium specific targets in a client project's GN file etc.
build_with_chromium = false
+
+# Use our own suppressions files.
+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"
« 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