diff options
author | dsinclair <dsinclair@chromium.org> | 2016-05-19 18:13:53 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-19 18:13:53 -0700 |
commit | 6c93df843774354fb7c34cb887583b5312c04415 (patch) | |
tree | 8bdc4057f4cf8b311aac73fbc72400c46aed06c4 /xfa.gyp | |
parent | fc2cdf8657534467fd807e216d50650b0e959868 (diff) | |
download | pdfium-6c93df843774354fb7c34cb887583b5312c04415.tar.xz |
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
Diffstat (limited to 'xfa.gyp')
-rw-r--r-- | xfa.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |