summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-11-07 21:34:30 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-11-07 21:34:30 +0000
commitb8656256af8855c652415095438d5c932790a2b2 (patch)
tree2dc4f7ef4d0f6df8f141867a4b1e160ecf5de6ce /BUILD.gn
parent31ed75b714b80b8497b35825bb926c5abb035299 (diff)
downloadpdfium-b8656256af8855c652415095438d5c932790a2b2.tar.xz
Rename CXFA_Submit to CXFA_SubmitData
This CL renames CXFA_Submit to CXFA_SubmitData to show it's part of the data hierarchy. Change-Id: I6f580a28e41e54ffa1f1c7b799d97f079303463f Reviewed-on: https://pdfium-review.googlesource.com/18014 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Tom Sepez <tsepez@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 bb724d50d5..29d83a5fed 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1869,8 +1869,8 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_simple_parser.h",
"xfa/fxfa/parser/cxfa_strokedata.cpp",
"xfa/fxfa/parser/cxfa_strokedata.h",
- "xfa/fxfa/parser/cxfa_submit.cpp",
- "xfa/fxfa/parser/cxfa_submit.h",
+ "xfa/fxfa/parser/cxfa_submitdata.cpp",
+ "xfa/fxfa/parser/cxfa_submitdata.h",
"xfa/fxfa/parser/cxfa_text.cpp",
"xfa/fxfa/parser/cxfa_text.h",
"xfa/fxfa/parser/cxfa_thisproxy.cpp",