summaryrefslogtreecommitdiff
path: root/xfa.gyp
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-05-19 18:13:53 -0700
committerCommit bot <commit-bot@chromium.org>2016-05-19 18:13:53 -0700
commit6c93df843774354fb7c34cb887583b5312c04415 (patch)
tree8bdc4057f4cf8b311aac73fbc72400c46aed06c4 /xfa.gyp
parentfc2cdf8657534467fd807e216d50650b0e959868 (diff)
downloadpdfium-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.gyp4
1 files changed, 2 insertions, 2 deletions
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",