Chromium Code Reviews| Index: icu.gyp |
| diff --git a/icu.gyp b/icu.gyp |
| index 8b336e96659fb88108cf9eb1200f102d78f9db0f..988d1b5c550384a010b7dbf1823b714cc865161a 100644 |
| --- a/icu.gyp |
| +++ b/icu.gyp |
| @@ -26,7 +26,7 @@ |
| 'U_USING_ICU_NAMESPACE=0', |
| 'HAVE_DLOPEN=0', |
| # Only build encoding coverters and detectors necessary for HTML5. |
| - 'UCONFIG_NO_NON_HTML5_CONVERSION=1', |
| + 'UCONFIG_ONLY_HTML_CONVERSION=1', |
| # No dependency on the default platform encoding. |
| # Will cut down the code size. |
| 'U_CHARSET_IS_UTF8=1', |