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

Unified Diff: pdfium.gyp

Issue 2246223002: Refactor fx_font part 1 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: CFX_AutoFontCache to own class, fixes Created 4 years, 4 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
« no previous file with comments | « core/fxge/win32/win32_int.h ('k') | xfa/fde/fde_gedevice.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdfium.gyp
diff --git a/pdfium.gyp b/pdfium.gyp
index d5f870ca7e3c968ba2ef3c68cf6cf6282fe8124b..3eca4c5ed42e849d578e9c6c9d487ea36c209aa7 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -734,10 +734,12 @@
'core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp',
'core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp',
'core/fxge/freetype/fx_freetype.cpp',
+ 'core/fxge/ge/cfx_autofontcache.cpp',
'core/fxge/ge/cfx_cliprgn.cpp',
'core/fxge/ge/cfx_cliprgn.h',
'core/fxge/ge/cfx_folderfontinfo.cpp',
'core/fxge/ge/cfx_folderfontinfo.h',
+ 'core/fxge/ge/cfx_fontcache.cpp',
'core/fxge/ge/cfx_fontmapper.cpp',
'core/fxge/ge/cfx_fontmgr.cpp',
'core/fxge/ge/cfx_gemodule.cpp',
@@ -753,6 +755,8 @@
'core/fxge/ge/fx_ge_text.cpp',
'core/fxge/ge/fx_text_int.h',
'core/fxge/ifx_renderdevicedriver.cpp',
+ 'core/fxge/include/cfx_autofontcache.h',
+ 'core/fxge/include/cfx_fontcache.h',
'core/fxge/include/cfx_fxgedevice.h',
'core/fxge/include/cfx_gemodule.h',
'core/fxge/include/cfx_graphstatedata.h',
« no previous file with comments | « core/fxge/win32/win32_int.h ('k') | xfa/fde/fde_gedevice.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698