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

Unified Diff: gni/isolate.gni

Issue 2667993002: Revert of [test] Add back lsan leak detection (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | gypfiles/isolate.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gni/isolate.gni
diff --git a/gni/isolate.gni b/gni/isolate.gni
index a347eeaa24e1baaacf836b1b801bddcd07c47c0d..3906cf60ef93453cdbdd32ef10e492a85c5bd156 100644
--- a/gni/isolate.gni
+++ b/gni/isolate.gni
@@ -60,11 +60,6 @@
asan = "1"
} else {
asan = "0"
- }
- if (is_lsan) {
- lsan = "1"
- } else {
- lsan = "0"
}
if (is_msan) {
msan = "1"
@@ -163,8 +158,6 @@
"--config-variable",
"is_gn=1",
"--config-variable",
- "lsan=$lsan",
- "--config-variable",
"msan=$msan",
"--config-variable",
"tsan=$tsan",
« no previous file with comments | « no previous file | gypfiles/isolate.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698