summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-11-07 20:10:51 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-11-07 20:10:51 +0000
commitd32fa8b75a3af1cddc4517a3085a43f7a3544c90 (patch)
tree43c5c228589d768e5b66f71e0991c075826c4e2f /BUILD.gn
parentc8be4ce787252eaf3b03270bc99fe1e9e9044543 (diff)
downloadpdfium-d32fa8b75a3af1cddc4517a3085a43f7a3544c90.tar.xz
Rename CXFA_Fill to CXFA_FillData
This CL renames CXFA_Fill to CXFA_FillData to show it is part of the data hierarchy. Change-Id: I4f1f3e83621dee4f9ccddb3b3d04785d094315b8 Reviewed-on: https://pdfium-review.googlesource.com/17981 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 70eb37edc1..6f3c0140fe 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1823,8 +1823,8 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_eventdata.h",
"xfa/fxfa/parser/cxfa_exdata.cpp",
"xfa/fxfa/parser/cxfa_exdata.h",
- "xfa/fxfa/parser/cxfa_fill.cpp",
- "xfa/fxfa/parser/cxfa_fill.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_image.cpp",