summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
authornpm <npm@chromium.org>2016-08-19 16:17:57 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-19 16:17:57 -0700
commit19ecc23e30f0d5368a703d751afd718a0c6434f6 (patch)
treeb9ce9e74d963178bde5c6d9c1c540b1e4cf456b6 /pdfium.gyp
parent68624257bf300036a3898015eee718a6026ca6f5 (diff)
downloadpdfium-19ecc23e30f0d5368a703d751afd718a0c6434f6.tar.xz
Move CFX_FaceCache to its own file
Moved ScopedFontTransform from fx_ge_text namespace to fx_font Moved some arrays used by both CFX_Font and CFX_FaceCache from fx_ge_text to inside CFX_Font class Review-Url: https://codereview.chromium.org/2263623002
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index f2e0106b59..1fc54ea2eb 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -737,6 +737,7 @@
'core/fxge/ge/cfx_autofontcache.cpp',
'core/fxge/ge/cfx_cliprgn.cpp',
'core/fxge/ge/cfx_cliprgn.h',
+ 'core/fxge/ge/cfx_facecache.cpp',
'core/fxge/ge/cfx_folderfontinfo.cpp',
'core/fxge/ge/cfx_folderfontinfo.h',
'core/fxge/ge/cfx_fontcache.cpp',
@@ -757,6 +758,7 @@
'core/fxge/ge/fx_text_int.h',
'core/fxge/ifx_renderdevicedriver.cpp',
'core/fxge/include/cfx_autofontcache.h',
+ 'core/fxge/include/cfx_facecache.h',
'core/fxge/include/cfx_fontcache.h',
'core/fxge/include/cfx_fxgedevice.h',
'core/fxge/include/cfx_gemodule.h',