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

Unified Diff: build/common.gypi

Issue 181013015: Use instrumented libc++ by default in TSan builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: rebase Created 6 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index f363b660403e20d78772f4d0a90828752defd9bf..eb166b147eef7766f640b904dc6e3c7fb898fc36 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1909,6 +1909,7 @@
}],
['tsan==1', {
'clang%': 1,
+ 'use_custom_libcxx%': 1,
}],
['msan==1', {
'clang%': 1,
« 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