Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Unified Diff: gyp/freetype.gyp

Issue 748063003: Clean up FreeType code for 2.3.8. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address comments. Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/ports/SkFontHost_FreeType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
}
« no previous file with comments | « no previous file | src/ports/SkFontHost_FreeType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698