Chromium Code Reviews| Index: chrome/chrome_tests.gypi |
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
| index 452d853f2919cb3785e871830d197bdc55a8169c..64b43d89d24e64ec5bb5d3a68b8280b409639d76 100644 |
| --- a/chrome/chrome_tests.gypi |
| +++ b/chrome/chrome_tests.gypi |
| @@ -4448,6 +4448,9 @@ |
| '-Wno-self-assign', |
| ], |
| }], |
| + ['asan==1', { |
| + 'cflags!': [ '-faddress-sanitizer' ], |
|
Nico
2012/04/10 17:49:54
This doesn't remove the flag for mac (which uses s
|
| + }], |
| ], |
| 'actions': [ |
| { |