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

Unified Diff: build/common.gypi

Issue 419493002: Don't set use_custom_libcxx in ASan builds on CrOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 ef1ce1539735ae4c30880c0bc390bc5f4b2e8448..c9d34fafb4cc84415a8edf4603fb3fd4d4164d13 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2086,7 +2086,7 @@
'clang%': 1,
'use_allocator%': 'none',
}],
- ['asan==1 and OS=="linux"', {
+ ['asan==1 and OS=="linux" and chromeos==0', {
'use_custom_libcxx%': 1,
}],
['ubsan==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