Index: chrome/chrome.gyp |
=================================================================== |
--- chrome/chrome.gyp (revision 98396) |
+++ chrome/chrome.gyp (working copy) |
@@ -1038,6 +1038,11 @@ |
'STRIPFLAGS': '-s $(CHROMIUM_STRIP_SAVE_FILE)', |
}, |
}], |
+ ['asan==1', { |
+ 'xcode_settings': { |
+ 'CHROMIUM_STRIP_SAVE_FILE': 'app/app_asan.saves', |
Mark Mentovai
2011/09/02 13:37:21
This also deserves a comment saying that it replac
Alexander Potapenko
2011/09/02 14:33:42
Done.
|
+ }, |
+ }], |
], |
}, # target helper_app |
{ |