summaryrefslogtreecommitdiff
path: root/BUILD.gn
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 /BUILD.gn
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 'BUILD.gn')
-rw-r--r--BUILD.gn6
1 files changed, 2 insertions, 4 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 3ecc9a97e5..bdc7570794 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -897,6 +897,8 @@ if (pdf_enable_xfa) {
static_library("xfa") {
sources = [
+ "xfa/fde/cfde_path.cpp",
+ "xfa/fde/cfde_path.h",
"xfa/fde/css/fde_css.h",
"xfa/fde/css/fde_csscache.cpp",
"xfa/fde/css/fde_csscache.h",
@@ -911,16 +913,12 @@ if (pdf_enable_xfa) {
"xfa/fde/css/fde_csssyntax.cpp",
"xfa/fde/css/fde_csssyntax.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/fde_renderdevice.h",
"xfa/fde/tto/fde_textout.cpp",
"xfa/fde/tto/fde_textout.h",
"xfa/fde/xml/fde_xml.h",