Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5103)

Unified Diff: chrome/chrome_tests.gypi

Issue 11418195: Clean up a few -faddress-sanitizer stragglers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/common.gypi ('k') | chrome/test/pyautolib/asan_stub.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « build/common.gypi ('k') | chrome/test/pyautolib/asan_stub.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698