Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 10f98c2c89b159b8eba16d6a65290d5c9b69bfd5..fcc0722d16187c74585b02d2d7de00dacada07a0 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -2495,12 +2495,8 @@ |
], |
}], |
['asan==1', { |
- 'cflags!': [ '-faddress-sanitizer', '-fsanitize=address', ], |
- 'xcode_settings': { |
- 'OTHER_CFLAGS!': [ |
- '-faddress-sanitizer', '-fsanitize=address', |
- ], |
- }, |
+ 'cflags!': [ '-fsanitize=address' ], |
+ 'xcode_settings': { 'OTHER_CFLAGS!': [ '-fsanitize=address' ] }, |
}], |
], |
'actions': [ |