From 34f86b0c7816289d2a0b402d1909572f4e95613b Mon Sep 17 00:00:00 2001 From: dsinclair Date: Mon, 11 Jul 2016 08:42:33 -0700 Subject: Break xfa_parser_imp apart This CL splits the three parsers into individual files to make working with the code easier. Review-Url: https://codereview.chromium.org/2129963002 --- BUILD.gn | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index f053ad796a..303829ec87 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", -- cgit v1.2.3