summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-11-07 18:41:41 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-11-07 18:41:41 +0000
commitcce8e2f46d0fb64c2558c24a2aa33ac929dfdad6 (patch)
tree6346c809d62d1c24baa67b958a473d2f413dfea5 /BUILD.gn
parent50132e522702dd016b83ed12e91d065357fe0b59 (diff)
downloadpdfium-cce8e2f46d0fb64c2558c24a2aa33ac929dfdad6.tar.xz
Rename CXFA_Box to CXFA_BoxData
This CL renames CXFA_Box to CXFA_BoxData to make it clear it's part of the Data hierarchy. Change-Id: I5971eefb078f73228e2fcfc08d2025d800c319fb Reviewed-on: https://pdfium-review.googlesource.com/17975 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 69a7ea91da..6a93f8edd5 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1797,8 +1797,8 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_binditemsdata.cpp",
"xfa/fxfa/parser/cxfa_binditemsdata.h",
"xfa/fxfa/parser/cxfa_borderdata.h",
- "xfa/fxfa/parser/cxfa_box.cpp",
- "xfa/fxfa/parser/cxfa_box.h",
+ "xfa/fxfa/parser/cxfa_boxdata.cpp",
+ "xfa/fxfa/parser/cxfa_boxdata.h",
"xfa/fxfa/parser/cxfa_calculate.cpp",
"xfa/fxfa/parser/cxfa_calculate.h",
"xfa/fxfa/parser/cxfa_caption.cpp",