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 --- xfa.gyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xfa.gyp') diff --git a/xfa.gyp b/xfa.gyp index 186f68094e..7ef5791188 100644 --- a/xfa.gyp +++ b/xfa.gyp @@ -88,6 +88,8 @@ "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", @@ -123,8 +125,6 @@ "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