Index: chrome/chrome.gyp |
=================================================================== |
--- chrome/chrome.gyp (revision 98396) |
+++ chrome/chrome.gyp (working copy) |
@@ -1038,6 +1038,12 @@ |
'STRIPFLAGS': '-s $(CHROMIUM_STRIP_SAVE_FILE)', |
}, |
}], |
+ ['asan==1', { |
+ 'xcode_settings': { |
+ # Override the outer definition of CHROMIUM_STRIP_SAVE_FILE. |
+ 'CHROMIUM_STRIP_SAVE_FILE': 'app/app_asan.saves', |
+ }, |
+ }], |
], |
}, # target helper_app |
{ |