summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-11-07 20:24:10 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-11-07 20:24:10 +0000
commit4d48bbfd5378ffe70a17ad613b9c167ad3ef03b2 (patch)
tree6726e3a65a59e152d075746a1af6a49967949ac7 /BUILD.gn
parentd32fa8b75a3af1cddc4517a3085a43f7a3544c90 (diff)
downloadpdfium-4d48bbfd5378ffe70a17ad613b9c167ad3ef03b2.tar.xz
Rename CXFA_Font to CXFA_FontData
This CL renames CXFA_Font to CXFA_FontData to make it clear this is part of the data hierarchy. The GetFontNode methods were renamed to GetFontData to match the return type. Change-Id: I5d5b9200eedc9c8c1bd8929a5a0df3d2663d7e3d Reviewed-on: https://pdfium-review.googlesource.com/17983 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 6f3c0140fe..02b51bae4a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1825,8 +1825,8 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_exdata.h",
"xfa/fxfa/parser/cxfa_filldata.cpp",
"xfa/fxfa/parser/cxfa_filldata.h",
- "xfa/fxfa/parser/cxfa_font.cpp",
- "xfa/fxfa/parser/cxfa_font.h",
+ "xfa/fxfa/parser/cxfa_fontdata.cpp",
+ "xfa/fxfa/parser/cxfa_fontdata.h",
"xfa/fxfa/parser/cxfa_image.cpp",
"xfa/fxfa/parser/cxfa_image.h",
"xfa/fxfa/parser/cxfa_itemlayoutprocessor.cpp",