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

Unified Diff: build/common.gypi

Issue 589513003: Use libc++ by default on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 e51e310569dd2e911ca0a0ae7fb6b70aa02dd75e..d575aaf6871931b8b7107a11b06903f0aac29ff9 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -804,6 +804,7 @@
'safe_browsing%': 0,
'enable_managed_users%': 0,
'enable_task_manager%': 0,
+ 'use_system_libcxx%': 1,
}],
# Use GPU accelerated cross process image transport by default
@@ -1505,12 +1506,6 @@
'use_chromevox_next%': 0,
'conditions': [
- # The version of clang shipped upstream does not find C++ headers when
- # using -stdlib=libc++ so we instead need to use the version of clang
- # coming with Xcode.
- ['OS=="ios" and use_system_libcxx==1', {
- 'clang_xcode%': 1,
- }],
# Enable the Syzygy optimization step for the official builds.
['OS=="win" and buildtype=="Official" and syzyasan!=1', {
'syzygy_optimize%': 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