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

Unified Diff: third_party/third_party.gyp

Issue 1812263002: fix windows build; add blend modes (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: fix formatting Created 4 years, 9 months 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
« core/fxge/skia/fx_skia_device.cpp ('K') | « skia/skia_library.gypi ('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 665de0a1465bd477c78c6f36ad6c8d4d5d1c0c7f..f8711c371cb2d9bd939a543e817a4629bafe66c6 100644
--- a/third_party/third_party.gyp
+++ b/third_party/third_party.gyp
@@ -62,11 +62,14 @@
'freetype/src/base/ftbase.c',
'freetype/src/base/ftbase.h',
'freetype/src/base/ftbitmap.c',
+ 'freetype/src/base/ftfntfmt.c',
+ 'freetype/src/base/ftfstype.c',
dsinclair 2016/03/24 01:45:45 Do these need to be added only if we're in pdfium_
caryclark 2016/03/24 13:48:03 Done.
'freetype/src/base/ftglyph.c',
'freetype/src/base/ftinit.c',
'freetype/src/base/ftlcdfil.c',
'freetype/src/base/ftmm.c',
'freetype/src/base/ftsystem.c',
+ 'freetype/src/base/fttype1.c',
'freetype/src/cff/cff.c',
'freetype/src/cff/cffobjs.h',
'freetype/src/cff/cfftypes.h',
« core/fxge/skia/fx_skia_device.cpp ('K') | « skia/skia_library.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698