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

Unified Diff: chrome/chrome_tests.gypi

Issue 10037007: Fixing: fake asan run time for pyauto must be built without asan itself (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
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': [
{
« 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