summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-12-04 19:02:16 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-12-04 19:02:16 +0000
commitaeb5246e6293a5d25973405f5602c46aa81f7dfd (patch)
treeaf377924d4caf18c36812f86ce0354f0282ea41c /BUILD.gn
parent9256ad5784fc437f60fbeb836fe2ecd18e028a5d (diff)
downloadpdfium-aeb5246e6293a5d25973405f5602c46aa81f7dfd.tar.xz
Remove CXFA_ValueArray
This CL removes the CXFA_ValueArray. Some of the code in XFA_RESOLVENODE_RS is duplicated, but the duplication makes the code clearer. Change-Id: I7495bb8c614a3d8919bfca858866932774f13fd8 Reviewed-on: https://pdfium-review.googlesource.com/20350 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 db82f1b6e2..65683f9646 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2473,8 +2473,6 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_validationmessaging.h",
"xfa/fxfa/parser/cxfa_value.cpp",
"xfa/fxfa/parser/cxfa_value.h",
- "xfa/fxfa/parser/cxfa_valuearray.cpp",
- "xfa/fxfa/parser/cxfa_valuearray.h",
"xfa/fxfa/parser/cxfa_valuedata.cpp",
"xfa/fxfa/parser/cxfa_valuedata.h",
"xfa/fxfa/parser/cxfa_variables.cpp",