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

Unified Diff: build/gyp_chromium

Issue 136973012: gn: Pass through msan flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/gyp_chromium
diff --git a/build/gyp_chromium b/build/gyp_chromium
index fd162eaf0ca51fbcf621ae592fe06988548b2bdb..feaa8ae2ed074206acc7f6aed88725044b930afa 100755
--- a/build/gyp_chromium
+++ b/build/gyp_chromium
@@ -211,6 +211,7 @@ def GetArgsStringForGN(supplemental_files):
('use_goma', '1', 'use_goma=true'),
('asan', '1', 'is_asan=true'),
('lsan', '1', 'is_lsan=true'),
+ ('msan', '1', 'is_msan=true'),
('tsan', '1', 'is_tsan=true'),
]
for i in remap_cases:
« 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