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

Unified Diff: build/common.gypi

Issue 1839803002: Remove net & url small, iOS ICU alternatives, unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed GN on iOS Created 4 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 | components/cronet.gypi » ('j') | components/cronet/android/BUILD.gn » ('J')
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 bed40b5f675ee87167f1d30dc9330a36c16aa920..ffe213aadfc28f6698abd7c816bfb758d7fc5ab6 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -612,6 +612,9 @@
# Enable FTP support by default.
'disable_ftp_support%': 0,
+ # Use full third-party ICU implementation by default.
+ 'use_icu_alternatives%': 0,
xunjieli 2016/03/31 13:59:40 the "third-party ICU implementation" is a little b
kapishnikov 2016/03/31 16:25:52 Done. Renamed to use_platform_icu_alternatives.
+
# Use of precompiled headers on Windows.
#
# This variable may be explicitly set to 1 (enabled) or 0
@@ -1269,6 +1272,7 @@
'enable_captive_portal_detection%': '<(enable_captive_portal_detection)',
'disable_file_support%': '<(disable_file_support)',
'disable_ftp_support%': '<(disable_ftp_support)',
+ 'use_icu_alternatives%': '<(use_icu_alternatives)',
'enable_task_manager%': '<(enable_task_manager)',
'sas_dll_path%': '<(sas_dll_path)',
'wix_path%': '<(wix_path)',
« no previous file with comments | « no previous file | components/cronet.gypi » ('j') | components/cronet/android/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698