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

Unified Diff: build/common.gypi

Issue 1007423004: Switch STL implementation for iOS from libc++ to libstdc++ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | build/get_landmines.py » ('j') | 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 81519cca3177f8d8d3e7a22f20d6777c694b3c89..f5c74c56953709abec51f88d8766667d5f4d983a 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -809,7 +809,7 @@
'safe_browsing%': 0,
'enable_supervised_users%': 0,
'enable_task_manager%': 0,
- 'use_system_libcxx%': 1,
+ 'use_system_libcxx%': 0,
}],
# Use GPU accelerated cross process image transport by default
« no previous file with comments | « no previous file | build/get_landmines.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698