Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index fe1f92ba5d82ccf3e0a8ed1b78c79bf0baca8814..71eb56faaaf50d14cef34011f6c61277619201be 100644 |
--- a/chrome/chrome_exe.gypi |
+++ b/chrome/chrome_exe.gypi |
@@ -455,6 +455,12 @@ |
['chrome_multiple_dll', { |
'defines': ['CHROME_MULTIPLE_DLL'], |
}], |
+ ['OS=="mac" and asan==1', { |
+ 'xcode_settings': { |
+ # Override the outer definition of CHROMIUM_STRIP_SAVE_FILE. |
+ 'CHROMIUM_STRIP_SAVE_FILE': 'app/app_asan.saves', |
+ }, |
+ }], |
['OS=="linux"', { |
'conditions': [ |
['branding=="Chrome"', { |