summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
authornpm <npm@chromium.org>2016-07-27 13:54:25 -0700
committerCommit bot <commit-bot@chromium.org>2016-07-27 13:54:25 -0700
commitf73893a6110f2d4960b372fb4fe38e4fd629ce8f (patch)
treee90128b1eb13a8d5c623fb91b30b07a5cf58eb86 /pdfium.gyp
parent461eeafe191068ac8c32f2717907fc6a22a667d2 (diff)
downloadpdfium-f73893a6110f2d4960b372fb4fe38e4fd629ce8f.tar.xz
Splitting fx_ge_fontmap.cpp
Move CFX_FolderFontInfo, CFX_FontMgr, and CFX_FontMapper into their own classes. There are namespaces in each of the new files, having methods from the original namespace in fx_ge_fontmap, according to what each class needs. Review-Url: https://codereview.chromium.org/2185533006
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index 7d09085360..b351ed9d21 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -677,6 +677,13 @@
'core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp',
'core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp',
'core/fxge/freetype/fx_freetype.cpp',
+ "core/fxge/ge/cfx_folderfontinfo.cpp",
+ "core/fxge/ge/cfx_folderfontinfo.h",
+ "core/fxge/ge/cfx_fontmapper.cpp",
+ "core/fxge/ge/cfx_fontmgr.cpp",
+ "core/fxge/ge/include/cfx_fontmapper.h",
+ "core/fxge/ge/include/cfx_fontmgr.h",
+ "core/fxge/ge/include/ifx_systemfontinfo.h",
'core/fxge/ge/fx_ge.cpp',
'core/fxge/ge/fx_ge_device.cpp',
'core/fxge/ge/fx_ge_font.cpp',