Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: BUILD.gn

Issue 2129963002: Break xfa_parser_imp apart (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@ixfa_parser
Patch Set: Rebase to master Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pdfium.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index f053ad796a25a3e9692db2719027ab5e09ecbc6c..303829ec879a96a85ced99e3d22f6323cf32e967 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1324,6 +1324,8 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_corner.h",
"xfa/fxfa/parser/cxfa_data.cpp",
"xfa/fxfa/parser/cxfa_data.h",
+ "xfa/fxfa/parser/cxfa_document_parser.cpp",
+ "xfa/fxfa/parser/cxfa_document_parser.h",
"xfa/fxfa/parser/cxfa_edge.h",
"xfa/fxfa/parser/cxfa_event.cpp",
"xfa/fxfa/parser/cxfa_event.h",
@@ -1346,6 +1348,8 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_rectangle.h",
"xfa/fxfa/parser/cxfa_script.cpp",
"xfa/fxfa/parser/cxfa_script.h",
+ "xfa/fxfa/parser/cxfa_simple_parser.cpp",
+ "xfa/fxfa/parser/cxfa_simple_parser.h",
"xfa/fxfa/parser/cxfa_stroke.cpp",
"xfa/fxfa/parser/cxfa_stroke.h",
"xfa/fxfa/parser/cxfa_submit.cpp",
@@ -1362,6 +1366,8 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_valuearray.h",
"xfa/fxfa/parser/cxfa_widgetdata.cpp",
"xfa/fxfa/parser/cxfa_widgetdata.h",
+ "xfa/fxfa/parser/cxfa_xml_parser.cpp",
+ "xfa/fxfa/parser/cxfa_xml_parser.h",
"xfa/fxfa/parser/xfa_basic_data.cpp",
"xfa/fxfa/parser/xfa_basic_data.h",
"xfa/fxfa/parser/xfa_basic_data_attributes.cpp",
@@ -1395,8 +1401,6 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/xfa_localevalue.h",
"xfa/fxfa/parser/xfa_object.h",
"xfa/fxfa/parser/xfa_object_imp.cpp",
- "xfa/fxfa/parser/xfa_parser_imp.cpp",
- "xfa/fxfa/parser/xfa_parser_imp.h",
"xfa/fxfa/parser/xfa_script.h",
"xfa/fxfa/parser/xfa_script_datawindow.cpp",
"xfa/fxfa/parser/xfa_script_datawindow.h",
@@ -1535,7 +1539,7 @@ test("pdfium_embeddertests") {
"testing/embedder_test.h",
"testing/embedder_test_mock_delegate.h",
"testing/embedder_test_timer_handling_delegate.h",
- "xfa/fxfa/parser/xfa_parser_imp_embeddertest.cpp",
+ "xfa/fxfa/parser/cxfa_simple_parser_embeddertest.cpp",
]
deps = [
":pdfium",
« no previous file with comments | « no previous file | pdfium.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698