From 4a2aa1a90d89b88036b0bff432ffefa183ea80d0 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 19 Jan 2016 15:18:13 -0800 Subject: Resolve fde_xml.h header collision R=thestig@chromium.org Review URL: https://codereview.chromium.org/1581823002 . --- xfa.gyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xfa.gyp') diff --git a/xfa.gyp b/xfa.gyp index 810464e7ee..8e1ddec9fe 100644 --- a/xfa.gyp +++ b/xfa.gyp @@ -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", -- cgit v1.2.3