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)', |