diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-11-07 18:44:51 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-11-07 18:44:51 +0000 |
commit | 0a9b0a15133370657a2f3e13f062028c17a3dc0b (patch) | |
tree | 37ae48dbc880c6ff38a4a8ee3f7e1f6a33a050a3 /BUILD.gn | |
parent | f44cf89c0263708b7d475fb1aeba6ba42f54766f (diff) | |
download | pdfium-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.gn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |