summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-01-03 16:58:06 -0500
committerChromium commit bot <commit-bot@chromium.org>2018-01-04 14:48:52 +0000
commit4cf0589c4bc388781cbfc8459c4904bb2bd947bf (patch)
tree5bc9da1f2abffbbf9ec91271f7765983e65d1c0d /BUILD.gn
parente83a915ebd3afaa897dbbf3e6cb3d2a2cb198595 (diff)
downloadpdfium-4cf0589c4bc388781cbfc8459c4904bb2bd947bf.tar.xz
Fold CXFA_ExDataData into CXFA_ExData
This CL removes the CXFA_ExDataData wrapper and puts the code in CXFA_ExData directly. Change-Id: I9406d615a09fb431b5c620ed348f9976cf8dc72a Reviewed-on: https://pdfium-review.googlesource.com/22230 Reviewed-by: Henrique Nakashima <hnakashima@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 c1b885f99f..4a260e1d3d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2309,8 +2309,6 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_excludens.h",
"xfa/fxfa/parser/cxfa_exdata.cpp",
"xfa/fxfa/parser/cxfa_exdata.h",
- "xfa/fxfa/parser/cxfa_exdatadata.cpp",
- "xfa/fxfa/parser/cxfa_exdatadata.h",
"xfa/fxfa/parser/cxfa_execute.cpp",
"xfa/fxfa/parser/cxfa_execute.h",
"xfa/fxfa/parser/cxfa_exobject.cpp",