summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-11-07 18:44:51 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-11-07 18:44:51 +0000
commit0a9b0a15133370657a2f3e13f062028c17a3dc0b (patch)
tree37ae48dbc880c6ff38a4a8ee3f7e1f6a33a050a3 /BUILD.gn
parentf44cf89c0263708b7d475fb1aeba6ba42f54766f (diff)
downloadpdfium-0a9b0a15133370657a2f3e13f062028c17a3dc0b.tar.xz
Rename CXFA_Caption to CXFA_CaptionData
This CL renames CXFA_Caption to CXFA_CaptionData to make it clear it's part of the data hierarchy. Change-Id: I0268005e12a6b58aed7274bf9d023887119a8a63 Reviewed-on: https://pdfium-review.googlesource.com/17977 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 9fde65ab32..8547b4afd9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1801,8 +1801,8 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_boxdata.h",
"xfa/fxfa/parser/cxfa_calculatedata.cpp",
"xfa/fxfa/parser/cxfa_calculatedata.h",
- "xfa/fxfa/parser/cxfa_caption.cpp",
- "xfa/fxfa/parser/cxfa_caption.h",
+ "xfa/fxfa/parser/cxfa_captiondata.cpp",
+ "xfa/fxfa/parser/cxfa_captiondata.h",
"xfa/fxfa/parser/cxfa_containerlayoutitem.cpp",
"xfa/fxfa/parser/cxfa_containerlayoutitem.h",
"xfa/fxfa/parser/cxfa_contentlayoutitem.cpp",