From 6c93df843774354fb7c34cb887583b5312c04415 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 19 May 2016 18:13:53 -0700 Subject: Move fgas_sax into individual files in fde. This CL moves the fgas Sax parser into the fde/xml directory. This places the parse with the other XML parser in the system. Review-Url: https://codereview.chromium.org/1990003002 --- BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index c8f1c2d2d5..dbd827a7af 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -945,6 +945,8 @@ if (pdf_enable_xfa) { "xfa/fde/ifx_chariter.h", "xfa/fde/tto/fde_textout.cpp", "xfa/fde/tto/fde_textout.h", + "xfa/fde/xml/cfx_saxreader.cpp", + "xfa/fde/xml/cfx_saxreader.h", "xfa/fde/xml/fde_xml.h", "xfa/fde/xml/fde_xml_imp.cpp", "xfa/fde/xml/fde_xml_imp.h", @@ -980,8 +982,6 @@ if (pdf_enable_xfa) { "xfa/fgas/localization/fgas_locale.cpp", "xfa/fgas/localization/fgas_locale.h", "xfa/fgas/localization/fgas_localeimp.h", - "xfa/fgas/xml/fgas_sax.cpp", - "xfa/fgas/xml/fgas_sax.h", "xfa/fwl/basewidget/fwl_barcodeimp.cpp", "xfa/fwl/basewidget/fwl_barcodeimp.h", "xfa/fwl/basewidget/fwl_caretimp.cpp", -- cgit v1.2.3