Index: chrome/chrome_tests.gypi |
=================================================================== |
--- chrome/chrome_tests.gypi (revision 133191) |
+++ chrome/chrome_tests.gypi (working copy) |
@@ -4514,6 +4514,11 @@ |
}], |
['asan==1', { |
'cflags!': [ '-faddress-sanitizer' ], |
+ 'xcode_settings': { |
+ 'OTHER_CFLAGS!': [ |
+ '-faddress-sanitizer', |
+ ], |
+ }, |
Nico
2012/04/23 15:17:28
Huh, I asked if we need this on mac here: http://c
|
}], |
], |
'actions': [ |