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

Unified Diff: chrome/chrome_tests.gypi

Issue 10134009: Do not compile pyautolib with -faddress-sanitizer on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698