summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-01-03 15:11:52 -0500
committerChromium commit bot <commit-bot@chromium.org>2018-01-03 21:13:01 +0000
commit44820980f762797f1ffba61b9f5b8cf0922489a3 (patch)
treeb2531d761af57526945881c395c790a00685584c /BUILD.gn
parentbf1cf346ba28a9eab0d2ea490868c51040ee2bc4 (diff)
downloadpdfium-44820980f762797f1ffba61b9f5b8cf0922489a3.tar.xz
Fold CXFA_BindData into CXFA_Bind
This CL merges the CXFA_BindData wrapper into CXFA_Bind. Change-Id: I621955be2673938bf08c7897779311b776d0bf8b Reviewed-on: https://pdfium-review.googlesource.com/22131 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 f9ab1077ac..71a3d62a02 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2115,8 +2115,6 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_behavioroverride.h",
"xfa/fxfa/parser/cxfa_bind.cpp",
"xfa/fxfa/parser/cxfa_bind.h",
- "xfa/fxfa/parser/cxfa_binddata.cpp",
- "xfa/fxfa/parser/cxfa_binddata.h",
"xfa/fxfa/parser/cxfa_binditems.cpp",
"xfa/fxfa/parser/cxfa_binditems.h",
"xfa/fxfa/parser/cxfa_binditemsdata.cpp",