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

Unified Diff: freetype.gyp

Issue 89753003: Update freetype to latest version of ASOP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src/third_party/freetype.git@master
Patch Set: Created 7 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 | « README.chromium ('k') | include/freetype/config/ftconfig.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: freetype.gyp
diff --git a/freetype.gyp b/freetype.gyp
index 23463c7455898d08b32b712f9840f1e20a834228..22e22a94fc564404b1b0fb34559544a5bec2c9b4 100644
--- a/freetype.gyp
+++ b/freetype.gyp
@@ -11,18 +11,20 @@
'type': 'static_library',
'toolsets': ['target'],
'sources': [
+ # The following files are not sorted alphabetically, but in the
+ # same order as in Android.mk to ease maintenance.
'src/base/ftbbox.c',
'src/base/ftbitmap.c',
'src/base/ftfstype.c',
'src/base/ftglyph.c',
'src/base/ftlcdfil.c',
'src/base/ftstroke.c',
+ 'src/base/fttype1.c',
'src/base/ftxf86.c',
'src/base/ftbase.c',
'src/base/ftsystem.c',
'src/base/ftinit.c',
'src/base/ftgasp.c',
- 'src/base/fttype1.c',
'src/raster/raster.c',
'src/sfnt/sfnt.c',
'src/smooth/smooth.c',
@@ -32,6 +34,10 @@
'src/psnames/psnames.c',
'src/pshinter/pshinter.c',
],
+ 'dependencies': [
+ '../libpng/libpng.gyp:libpng',
+ '../zlib/zlib.gyp:zlib',
+ ],
'include_dirs': [
'build',
'include',
« no previous file with comments | « README.chromium ('k') | include/freetype/config/ftconfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698