Chromium Code Reviews| Index: icu.gyp |
| diff --git a/icu.gyp b/icu.gyp |
| index ee206feda9dabcf5ebd7e988e60a8dacc6afe52b..f5f223daf51f10d866ffdbae4d0472935aec0670 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', |