summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-12-14 19:48:44 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-12-14 19:48:44 +0000
commitdcbb8e53e604178dc97d12846ddbdef88be41297 (patch)
treedc58158143f2a6a590007dfe137e7053b25357e5 /BUILD.gn
parentfe9d640ea90cfccac39b6475dad9df62072542fc (diff)
downloadpdfium-dcbb8e53e604178dc97d12846ddbdef88be41297.tar.xz
Fold CXFA_ValidateData into CXFA_Validate
The ValidateData class is a thin wrapper around the Validate class. Now that the Validate class exists we can fold the methods from ValidateData into Validate. Change-Id: I1e72f4b7bddeb22a311f4fe9a5940204221b6d2a Reviewed-on: https://pdfium-review.googlesource.com/21150 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 e1e2871739..69adfa9627 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2736,8 +2736,6 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_validate.h",
"xfa/fxfa/parser/cxfa_validateapprovalsignatures.cpp",
"xfa/fxfa/parser/cxfa_validateapprovalsignatures.h",
- "xfa/fxfa/parser/cxfa_validatedata.cpp",
- "xfa/fxfa/parser/cxfa_validatedata.h",
"xfa/fxfa/parser/cxfa_validationmessaging.cpp",
"xfa/fxfa/parser/cxfa_validationmessaging.h",
"xfa/fxfa/parser/cxfa_value.cpp",