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

Unified Diff: gypfiles/isolate.gypi

Issue 2592663004: [test] Add back lsan leak detection (Closed)
Patch Set: Add suppressions Created 3 years, 11 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
Index: gypfiles/isolate.gypi
diff --git a/gypfiles/isolate.gypi b/gypfiles/isolate.gypi
index 8f53a153c6222cf0a3806d491e66f0d6642fc4c4..c55f3ca782516ace7d579b0462978675662973a1 100644
--- a/gypfiles/isolate.gypi
+++ b/gypfiles/isolate.gypi
@@ -75,6 +75,7 @@
'--config-variable', 'has_valgrind=<(has_valgrind)',
'--config-variable', 'icu_use_data_file_flag=<(icu_use_data_file_flag)',
'--config-variable', 'is_gn=0',
+ '--config-variable', 'lsan=<(lsan)',
'--config-variable', 'msan=<(msan)',
'--config-variable', 'tsan=<(tsan)',
'--config-variable', 'coverage=<(coverage)',

Powered by Google App Engine
This is Rietveld 408576698