| Index: trunk/src/chrome/chrome_exe.gypi
|
| ===================================================================
|
| --- trunk/src/chrome/chrome_exe.gypi (revision 273301)
|
| +++ trunk/src/chrome/chrome_exe.gypi (working copy)
|
| @@ -456,6 +456,12 @@
|
| ['chrome_multiple_dll', {
|
| 'defines': ['CHROME_MULTIPLE_DLL'],
|
| }],
|
| + ['OS=="mac" and asan==1', {
|
| + 'xcode_settings': {
|
| + # Override the outer definition of CHROMIUM_STRIP_SAVE_FILE.
|
| + 'CHROMIUM_STRIP_SAVE_FILE': 'app/app_asan.saves',
|
| + },
|
| + }],
|
| ['OS=="linux"', {
|
| 'conditions': [
|
| ['branding=="Chrome"', {
|
|
|