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

Side by Side Diff: third_party/freetype/include/freetype-android/ftmodule.h

Issue 833103004: Update Android FreeType version. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Update Created 5 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * This file registers the FreeType modules compiled into the library. 2 * This file registers the FreeType modules compiled into the library.
3 * 3 *
4 * If you use GNU make, this file IS NOT USED! Instead, it is created in 4 * If you use GNU make, this file IS NOT USED! Instead, it is created in
5 * the objects directory (normally `<topdir>/objs/') based on information 5 * the objects directory (normally `<topdir>/objs/') based on information
6 * from `<topdir>/modules.cfg'. 6 * from `<topdir>/modules.cfg'.
7 * 7 *
8 * Please read `docs/INSTALL.ANY' and `docs/CUSTOMIZE' how to compile 8 * Please read `docs/INSTALL.ANY' and `docs/CUSTOMIZE' how to compile
9 * FreeType without GNU make. 9 * FreeType without GNU make.
10 * 10 *
(...skipping 17 matching lines...) Expand all
28 FT_USE_MODULE( FT_Driver_ClassRec, t42_driver_class ) 28 FT_USE_MODULE( FT_Driver_ClassRec, t42_driver_class )
29 FT_USE_MODULE( FT_Driver_ClassRec, winfnt_driver_class ) 29 FT_USE_MODULE( FT_Driver_ClassRec, winfnt_driver_class )
30 FT_USE_MODULE( FT_Driver_ClassRec, pcf_driver_class ) 30 FT_USE_MODULE( FT_Driver_ClassRec, pcf_driver_class )
31 FT_USE_MODULE( FT_Module_Class, psaux_module_class ) 31 FT_USE_MODULE( FT_Module_Class, psaux_module_class )
32 FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class ) 32 FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class )
33 */ 33 */
34 34
35 35
36 36
37 /* EOF */ 37 /* EOF */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698