| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index ecf711f3c54a2aa734b0f3194b4e056a8cd08458..637bf5d78e3be15bf356f0e5a8b902c098b992aa 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -612,6 +612,9 @@
|
| # Enable FTP support by default.
|
| 'disable_ftp_support%': 0,
|
|
|
| + # Do not use the platform ICU alternatives by default.
|
| + 'use_platform_icu_alternatives%': 0,
|
| +
|
| # 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_platform_icu_alternatives%': '<(use_platform_icu_alternatives)',
|
| 'enable_task_manager%': '<(enable_task_manager)',
|
| 'sas_dll_path%': '<(sas_dll_path)',
|
| 'wix_path%': '<(wix_path)',
|
|
|