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

Unified Diff: third_party/third_party.gyp

Issue 1416993005: Merge to XFA: Update bundled freetype to 2.6.1 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/freetype/src/type1/type1.c ('k') | xfa.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/third_party.gyp
diff --git a/third_party/third_party.gyp b/third_party/third_party.gyp
index e77a92a0085f8e91f4fec913de3e6e4920ade152..6d1661526deac1aa2171a9a9e7cbb91b36d6d7ee 100644
--- a/third_party/third_party.gyp
+++ b/third_party/third_party.gyp
@@ -40,17 +40,18 @@
],
'include_dirs': [
'freetype/include',
+ 'freetype/include/freetype',
],
'sources': [
- 'freetype/include/freetype.h',
+ 'freetype/include/freetype/freetype.h',
+ 'freetype/include/freetype/ftmm.h',
+ 'freetype/include/freetype/ftotval.h',
+ 'freetype/include/freetype/ftoutln.h',
+ 'freetype/include/freetype/internal/freetype/ftobjs.h',
+ 'freetype/include/freetype/internal/freetype/ftstream.h',
+ 'freetype/include/freetype/internal/freetype/tttypes.h',
+ 'freetype/include/freetype/tttables.h',
'freetype/include/ft2build.h',
- 'freetype/include/ftmm.h',
- 'freetype/include/ftotval.h',
- 'freetype/include/ftoutln.h',
- 'freetype/include/tttables.h',
- 'freetype/include/internal/ftobjs.h',
- 'freetype/include/internal/ftstream.h',
- 'freetype/include/internal/tttypes.h',
'freetype/src/cff/cffobjs.h',
'freetype/src/cff/cfftypes.h',
'freetype/src/cff/cff.c',
« no previous file with comments | « third_party/freetype/src/type1/type1.c ('k') | xfa.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698