Index: chrome/chrome_exe.gypi |
=================================================================== |
--- chrome/chrome_exe.gypi (revision 98396) |
+++ chrome/chrome_exe.gypi (working copy) |
@@ -79,6 +79,11 @@ |
'app/client_util.cc', |
] |
}], |
+ ['OS=="mac" and asan==1', { |
+ 'xcode_settings': { |
+ 'CHROMIUM_STRIP_SAVE_FILE': 'app/app_asan.saves', |
Mark Mentovai
2011/09/02 13:37:21
Ditto.
Alexander Potapenko
2011/09/02 14:33:42
Done.
|
+ }, |
+ }], |
], |
}], |
], |