summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-11-07 21:14:50 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-11-07 21:14:50 +0000
commit2166e986c2aa0e73ae4f2f5af149fa234574094f (patch)
tree9778cd19d0a88f08874f1553c238aa7de9ce30d9 /BUILD.gn
parent5fe712cb6c605e597f65f6b4cd0afa3213234639 (diff)
downloadpdfium-2166e986c2aa0e73ae4f2f5af149fa234574094f.tar.xz
Rename CXFA_Rectangle to CXFA_RectangleData
This CL renames CXFA_Rectangle to CXFA_RectangleData to signify it is part of the data hierarchy. Change-Id: Ie563b4304cb595d4b3bb0ffc5303549f1fb37b18 Reviewed-on: https://pdfium-review.googlesource.com/18011 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Tom Sepez <tsepez@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 1e45ef301b..e64fe8a11a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1862,7 +1862,7 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_occurdata.h",
"xfa/fxfa/parser/cxfa_paradata.cpp",
"xfa/fxfa/parser/cxfa_paradata.h",
- "xfa/fxfa/parser/cxfa_rectangle.h",
+ "xfa/fxfa/parser/cxfa_rectangledata.h",
"xfa/fxfa/parser/cxfa_script.cpp",
"xfa/fxfa/parser/cxfa_script.h",
"xfa/fxfa/parser/cxfa_simple_parser.cpp",