Chromium Code Reviews| Index: gyp/freetype.gyp |
| diff --git a/gyp/freetype.gyp b/gyp/freetype.gyp |
| index cd71e78dabaf0763922be145a23c2c1af378626a..fc528d426db9e12d955b5117dbe9266132b39a14 100644 |
| --- a/gyp/freetype.gyp |
| +++ b/gyp/freetype.gyp |
| @@ -41,9 +41,9 @@ |
| ], |
| }, |
| 'defines': [ |
| - # The font host requires at least FreeType 2.3.0 |
| - # at runtime. |
| - 'SK_FONTHOST_FREETYPE_RUNTIME_VERSION=0x020300', |
| + # Skia's FreeType port requires at least FreeType 2.3.8 |
| + # for building and at runtime. |
| + 'SK_FONTHOST_FREETYPE_RUNTIME_VERSION=0x020308', |
| 'SK_CAN_USE_DLOPEN=1', |
| ], |
| } |