summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-11-07 20:03:02 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-11-07 20:03:02 +0000
commitc0c3b8cb21296f182da3be97acf175346bc06004 (patch)
treeaf3de27a0fde727f63ed8d45c45ded11acbde08d /BUILD.gn
parent826f2223fb0414144d7a627d5d0264da1a5ce82e (diff)
downloadpdfium-c0c3b8cb21296f182da3be97acf175346bc06004.tar.xz
Rename CXFA_Corner to CXFA_CornerData
This CL renames CXFA_Corner to CXFA_CornerData to make it clear it's part of the data hierarchy. Change-Id: I9428c7a09735f11089de344fa148edc86e6e4694 Reviewed-on: https://pdfium-review.googlesource.com/17978 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 8547b4afd9..11a6b396c7 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1807,7 +1807,7 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_containerlayoutitem.h",
"xfa/fxfa/parser/cxfa_contentlayoutitem.cpp",
"xfa/fxfa/parser/cxfa_contentlayoutitem.h",
- "xfa/fxfa/parser/cxfa_corner.h",
+ "xfa/fxfa/parser/cxfa_cornerdata.h",
"xfa/fxfa/parser/cxfa_data.cpp",
"xfa/fxfa/parser/cxfa_data.h",
"xfa/fxfa/parser/cxfa_dataexporter.cpp",