summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
authornpm <npm@chromium.org>2016-08-08 08:18:29 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-08 08:18:29 -0700
commit660de3c494b68a574cb4cdf20359f51ddc260d3c (patch)
tree04eebfb5e0effe3cdce70e8bf60b39dcc018a817 /pdfium.gyp
parentf41d9dc1ead47a1218e1cd37bd74ec850c8baaa3 (diff)
downloadpdfium-660de3c494b68a574cb4cdf20359f51ddc260d3c.tar.xz
Move CFX_ClipRgn and CFX_PathData into their own files.
This is the second CL in an attempt to split up the classes in fxge/include/fx_ge.h into their own files. CFX_ClipRgn is moved to core/fxge/ge because it is only used in core/fxge. The header for CFX_PathData is left in core/fxge/include since it is used elsewhere. Review-Url: https://codereview.chromium.org/2216853004
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp20
1 files changed, 12 insertions, 8 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index 50409daf8f..584de12a7b 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -713,14 +713,17 @@
'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/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_fontmapper.cpp',
+ 'core/fxge/ge/cfx_fontmgr.cpp',
'core/fxge/ge/cfx_gemodule.cpp',
+ 'core/fxge/ge/cfx_pathdata.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_device.cpp',
'core/fxge/ge/fx_ge_font.cpp',
'core/fxge/ge/fx_ge_fontmap.cpp',
@@ -730,7 +733,8 @@
'core/fxge/ge/fx_text_int.h',
'core/fxge/ifx_renderdevicedriver.cpp',
'core/fxge/include/cfx_gemodule.h',
- "core/fxge/include/cfx_windowsdevice.h",
+ 'core/fxge/include/cfx_pathdata.h',
+ 'core/fxge/include/cfx_windowsdevice.h',
'core/fxge/include/fx_dib.h',
'core/fxge/include/fx_font.h',
'core/fxge/include/fx_freetype.h',