diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-12-04 19:02:16 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-12-04 19:02:16 +0000 |
commit | aeb5246e6293a5d25973405f5602c46aa81f7dfd (patch) | |
tree | af377924d4caf18c36812f86ce0354f0282ea41c /BUILD.gn | |
parent | 9256ad5784fc437f60fbeb836fe2ecd18e028a5d (diff) | |
download | pdfium-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.gn | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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", |