diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-01-19 15:18:13 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-01-19 15:18:13 -0800 |
commit | 4a2aa1a90d89b88036b0bff432ffefa183ea80d0 (patch) | |
tree | bd4f086e4a2371dd5bb283cd8df6ae7f01bb6dac /xfa.gyp | |
parent | 833d705688d21402357ef1ab40f4706dbadfb79a (diff) | |
download | pdfium-4a2aa1a90d89b88036b0bff432ffefa183ea80d0.tar.xz |
Resolve fde_xml.h header collisionchromium/2631chromium/2630chromium/2629chromium/2628chromium/2627chromium/2626
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1581823002 .
Diffstat (limited to 'xfa.gyp')
-rw-r--r-- | xfa.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -134,8 +134,8 @@ "xfa/src/fdp/src/fde/fde_render.h", "xfa/src/fdp/src/tto/fde_textout.cpp", "xfa/src/fdp/src/tto/fde_textout.h", - "xfa/src/fdp/src/xml/fde_xml.cpp", - "xfa/src/fdp/src/xml/fde_xml.h", + "xfa/src/fdp/src/xml/fde_xml_imp.cpp", + "xfa/src/fdp/src/xml/fde_xml_imp.h", "xfa/src/fee/include/fx_wordbreak.h", "xfa/src/fee/include/ifde_txtedtbuf.h", "xfa/src/fee/include/ifde_txtedtengine.h", |