summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-01-03 10:43:51 -0500
committerChromium commit bot <commit-bot@chromium.org>2018-01-03 17:21:30 +0000
commitcf3d40d10276686f972761bafd005a7715f6eb1c (patch)
treed183076a13b494f0cd003c28eb13f3e12b0c5810 /BUILD.gn
parent05dcbc931eacb72f1a11835ae282fc8434b7a434 (diff)
downloadpdfium-cf3d40d10276686f972761bafd005a7715f6eb1c.tar.xz
Fold CXFA_CalculateData into CXFA_Calculate
This CL folds CXFA_CalculateData into CXFA_Calculate as it is just a thin wrapper. Change-Id: I35efbee6c0244139a7ece19f3e8ee18bfb931dda Reviewed-on: https://pdfium-review.googlesource.com/22090 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 975071a654..b6482c761f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2143,8 +2143,6 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_cache.h",
"xfa/fxfa/parser/cxfa_calculate.cpp",
"xfa/fxfa/parser/cxfa_calculate.h",
- "xfa/fxfa/parser/cxfa_calculatedata.cpp",
- "xfa/fxfa/parser/cxfa_calculatedata.h",
"xfa/fxfa/parser/cxfa_calendarsymbols.cpp",
"xfa/fxfa/parser/cxfa_calendarsymbols.h",
"xfa/fxfa/parser/cxfa_caption.cpp",