summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-11-07 18:33:11 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-11-07 18:33:11 +0000
commite1ffa59d93e40a783107c0cf847b387741b96d48 (patch)
treed1477957f5270ba4cea3fb7eceaf418e81b06967 /BUILD.gn
parentbb535b45f86f4f9fc470312b048159f0096d3eaa (diff)
downloadpdfium-e1ffa59d93e40a783107c0cf847b387741b96d48.tar.xz
Rename CXFA_BindItems to CXFA_BindItemsData
This CL renames CXFA_BindItems to CXFA_BindItemsData to make it clear it's part of the data hierarchy. Change-Id: Ied3f85510e311c1ac16aa2d5e29a151cbe0c5f15 Reviewed-on: https://pdfium-review.googlesource.com/17972 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 65fe6a025d..fc0fde5e69 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1794,8 +1794,8 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_attachnodelist.h",
"xfa/fxfa/parser/cxfa_bind.cpp",
"xfa/fxfa/parser/cxfa_bind.h",
- "xfa/fxfa/parser/cxfa_binditems.cpp",
- "xfa/fxfa/parser/cxfa_binditems.h",
+ "xfa/fxfa/parser/cxfa_binditemsdata.cpp",
+ "xfa/fxfa/parser/cxfa_binditemsdata.h",
"xfa/fxfa/parser/cxfa_border.h",
"xfa/fxfa/parser/cxfa_box.cpp",
"xfa/fxfa/parser/cxfa_box.h",