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: |