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

Unified Diff: infra/mb/mb_config.pyl

Issue 2184683004: [gn] Fix sanitizer configs (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add blacklist files Created 4 years, 5 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 | tools/memory/asan/blacklist.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/mb/mb_config.pyl
diff --git a/infra/mb/mb_config.pyl b/infra/mb/mb_config.pyl
index 1fa2a2cb4c6b63b6f5ed76c907e3e306769807ca..3400e773e671d383e487659d00af872b3733208c 100644
--- a/infra/mb/mb_config.pyl
+++ b/infra/mb/mb_config.pyl
@@ -404,7 +404,7 @@
},
'asan': {
- 'gn_args': 'is_clang=true asan=true',
+ 'gn_args': 'is_asan=true',
'gyp_defines': 'clang=1 asan=1',
},
@@ -483,7 +483,7 @@
},
'lsan': {
- 'gn_args': 'lsan=true',
+ 'gn_args': 'is_lsan=true',
'gyp_defines': 'lsan=1',
},
@@ -498,7 +498,7 @@
},
'msan': {
- 'gn_args': 'is_clang=true msan=true',
+ 'gn_args': 'is_msan=true',
'gyp_defines': 'clang=1 msan=1',
},
@@ -582,7 +582,7 @@
},
'tsan': {
- 'gn_args': 'is_clang=true tsan=true',
+ 'gn_args': 'is_tsan=true',
'gyp_defines': 'clang=1 tsan=1',
},
« no previous file with comments | « no previous file | tools/memory/asan/blacklist.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698