Chromium Code Reviews| Index: icu.gyp |
| diff --git a/icu.gyp b/icu.gyp |
| index 1421886724148392627a076dbe79950f8f28cc79..910fe68e6f94189f10b1db778f961950f69360ed 100644 |
| --- a/icu.gyp |
| +++ b/icu.gyp |
| @@ -27,6 +27,9 @@ |
| 'HAVE_DLOPEN=0', |
| # Only build encoding coverters and detectors necessary for HTML5. |
| 'UCONFIG_NO_NON_HTML5_CONVERSION=1', |
| + # No dependency on the default platform encoding. |
| + # Will cut down the code size. |
| + 'U_CHARSET_IS_UTF8=1', |
| ], |
| 'conditions': [ |
| ['component=="static_library"', { |