summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-04-12 13:39:28 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-04-12 13:39:28 +0000
commit876efaa771afe7ebd7a97dc748abdbb5b266a99b (patch)
tree2ecab1920b8dc3ca752bca79ceb6bc5108f47293 /BUILD.gn
parent0cad1163af80cfcc987a3d431fbd05fa3e09151b (diff)
downloadpdfium-876efaa771afe7ebd7a97dc748abdbb5b266a99b.tar.xz
Rename CXFA_SimpleParser to CXFA_DocumentParser
The CXFA_SimpleParser is handling the XFA document parsing. This CL renames the class to make it clearer that this is the XFA document parser. Change-Id: Ia290df2671fba9efa221ae997156ee4846749b02 Reviewed-on: https://pdfium-review.googlesource.com/30231 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn6
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 186d97aa6e..7599b77c6f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2319,6 +2319,8 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_digestmethods.h",
"xfa/fxfa/parser/cxfa_document.cpp",
"xfa/fxfa/parser/cxfa_document.h",
+ "xfa/fxfa/parser/cxfa_document_parser.cpp",
+ "xfa/fxfa/parser/cxfa_document_parser.h",
"xfa/fxfa/parser/cxfa_documentassembly.cpp",
"xfa/fxfa/parser/cxfa_documentassembly.h",
"xfa/fxfa/parser/cxfa_draw.cpp",
@@ -2664,8 +2666,6 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_signing.h",
"xfa/fxfa/parser/cxfa_silentprint.cpp",
"xfa/fxfa/parser/cxfa_silentprint.h",
- "xfa/fxfa/parser/cxfa_simple_parser.cpp",
- "xfa/fxfa/parser/cxfa_simple_parser.h",
"xfa/fxfa/parser/cxfa_soapaction.cpp",
"xfa/fxfa/parser/cxfa_soapaction.h",
"xfa/fxfa/parser/cxfa_soapaddress.cpp",
@@ -3031,7 +3031,7 @@ test("pdfium_embeddertests") {
"testing/xfa_js_embedder_test.cpp",
"testing/xfa_js_embedder_test.h",
"xfa/fwl/cfwl_edit_embeddertest.cpp",
- "xfa/fxfa/parser/cxfa_simple_parser_embeddertest.cpp",
+ "xfa/fxfa/parser/cxfa_document_parser_embeddertest.cpp",
]
}
if (is_android) {