summaryrefslogtreecommitdiff
path: root/BUILD.gn
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 /BUILD.gn
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 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 2 insertions, 2 deletions
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",