Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(761)

Unified Diff: chrome/chrome.gyp

Issue 7828043: If the 'asan' GYP variable is set to 1 on Mac, do not strip the __asan_init symbol from the binar... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
{

Powered by Google App Engine
This is Rietveld 408576698