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

Unified Diff: third_party/third_party.gyp

Issue 1413673003: Update bundled freetype to 2.6.1 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: DEPS for corpus 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') | no next file » | 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 1ec0509eb2ce7b5f710188cafcb6ec98025dfff7..43e1093fc3772bc615aab31dc8644881432bc82f 100644
--- a/third_party/third_party.gyp
+++ b/third_party/third_party.gyp
@@ -37,17 +37,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') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698