Index: chrome/chrome_exe.gypi |
=================================================================== |
--- chrome/chrome_exe.gypi (revision 98396) |
+++ chrome/chrome_exe.gypi (working copy) |
@@ -79,6 +79,12 @@ |
'app/client_util.cc', |
] |
}], |
+ ['OS=="mac" and asan==1', { |
+ 'xcode_settings': { |
+ # Override the outer definition of CHROMIUM_STRIP_SAVE_FILE. |
+ 'CHROMIUM_STRIP_SAVE_FILE': 'app/app_asan.saves', |
+ }, |
+ }], |
], |
}], |
], |