summaryrefslogtreecommitdiff
path: root/xfa.gyp
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-21 11:06:27 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-21 11:06:27 -0700
commitacd0d59e3c09f04bffd178aecd3638d3e189faba (patch)
tree39e30a37353f74aeb775834967eb86779c0bbdcd /xfa.gyp
parent4f70b53efb39e9b9b868d99999582282be57fe50 (diff)
downloadpdfium-acd0d59e3c09f04bffd178aecd3638d3e189faba.tar.xz
Cleanup FDE interfaces.
This CL removes IFDE_TextOut, IFDE_Path, IFDE_RenderContext, IFDE_RenderDevice, and IFDE_VisualSetIterator in favour of the concrete classes. BUG=pdfium:468 Review URL: https://codereview.chromium.org/1896893003
Diffstat (limited to 'xfa.gyp')
-rw-r--r--xfa.gyp6
1 files changed, 2 insertions, 4 deletions
diff --git a/xfa.gyp b/xfa.gyp
index 57152d8dd4..ce7d720087 100644
--- a/xfa.gyp
+++ b/xfa.gyp
@@ -61,15 +61,13 @@
"xfa/fde/css/fde_cssstylesheet.h",
"xfa/fde/css/fde_csssyntax.cpp",
"xfa/fde/css/fde_csssyntax.h",
- "xfa/fde/fde_renderdevice.h",
+ "xfa/fde/cfde_path.cpp",
+ "xfa/fde/cfde_path.h",
"xfa/fde/fde_gedevice.cpp",
"xfa/fde/fde_gedevice.h",
- "xfa/fde/fde_geobject.cpp",
- "xfa/fde/fde_geobject.h",
"xfa/fde/fde_iterator.cpp",
"xfa/fde/fde_iterator.h",
"xfa/fde/fde_object.h",
- "xfa/fde/fde_path.h",
"xfa/fde/fde_render.cpp",
"xfa/fde/fde_render.h",
"xfa/fde/tto/fde_textout.cpp",