summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-01-03 16:39:18 -0500
committerChromium commit bot <commit-bot@chromium.org>2018-01-03 22:11:40 +0000
commit45da0f2d84c97a9856492265a1fc706d04bdfccd (patch)
tree94f0e37415c91fdd7b91d22037e2d7a421e30986 /BUILD.gn
parent8afa22d5701a6c47b3f34267a2c52948efc3d301 (diff)
downloadpdfium-45da0f2d84c97a9856492265a1fc706d04bdfccd.tar.xz
Fold CXFA_FillData into CXFA_Fill
This CL removes the CXFA_FillData wrapper and puts the code directly in CXFA_Fill. Change-Id: I44ae8b53978b659480a4bb32719d086c7b91b49b Reviewed-on: https://pdfium-review.googlesource.com/22210 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 8ba63ebc64..aa82d65c0b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2321,8 +2321,6 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_field.h",
"xfa/fxfa/parser/cxfa_fill.cpp",
"xfa/fxfa/parser/cxfa_fill.h",
- "xfa/fxfa/parser/cxfa_filldata.cpp",
- "xfa/fxfa/parser/cxfa_filldata.h",
"xfa/fxfa/parser/cxfa_filter.cpp",
"xfa/fxfa/parser/cxfa_filter.h",
"xfa/fxfa/parser/cxfa_fliplabel.cpp",