From 653951828cf934afb48b57989089a99b38620d02 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 18 May 2016 11:09:47 -0700 Subject: Split xfa/fee files into individual class files. This CL splits the xfa/fee files into individual class files and moves them into the xfa/fde directory where they belong. Review-Url: https://codereview.chromium.org/1994693002 --- xfa.gyp | 42 ++++++++++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 16 deletions(-) (limited to 'xfa.gyp') diff --git a/xfa.gyp b/xfa.gyp index f6293d5774..9387629fad 100644 --- a/xfa.gyp +++ b/xfa.gyp @@ -40,6 +40,28 @@ "xfa/fxfa/include/xfa_ffwidgethandler.h", "xfa/fxfa/include/xfa_fontmgr.h", "xfa/fxfa/include/xfa_rendercontext.h", + "xfa/fde/cfde_path.cpp", + "xfa/fde/cfde_path.h", + "xfa/fde/cfde_txtedtbufiter.cpp", + "xfa/fde/cfde_txtedtbufiter.h", + "xfa/fde/cfde_txtedtbuf.cpp", + "xfa/fde/cfde_txtedtbuf.h", + "xfa/fde/cfde_txtedtdorecord_deleterange.cpp", + "xfa/fde/cfde_txtedtdorecord_deleterange.h", + "xfa/fde/cfde_txtedtdorecord_insert.cpp", + "xfa/fde/cfde_txtedtdorecord_insert.h", + "xfa/fde/cfde_txtedtengine.cpp", + "xfa/fde/cfde_txtedtengine.h", + "xfa/fde/cfde_txtedtpage.cpp", + "xfa/fde/cfde_txtedtpage.h", + "xfa/fde/cfde_txtedtparag.cpp", + "xfa/fde/cfde_txtedtparag.h", + "xfa/fde/cfde_txtedttextset.cpp", + "xfa/fde/cfde_txtedttextset.h", + "xfa/fde/cfx_chariter.cpp", + "xfa/fde/cfx_chariter.h", + "xfa/fde/cfx_wordbreak.cpp", + "xfa/fde/cfx_wordbreak.h", "xfa/fde/css/fde_css.h", "xfa/fde/css/fde_csscache.cpp", "xfa/fde/css/fde_csscache.h", @@ -53,8 +75,6 @@ "xfa/fde/css/fde_cssstylesheet.h", "xfa/fde/css/fde_csssyntax.cpp", "xfa/fde/css/fde_csssyntax.h", - "xfa/fde/cfde_path.cpp", - "xfa/fde/cfde_path.h", "xfa/fde/fde_gedevice.cpp", "xfa/fde/fde_gedevice.h", "xfa/fde/fde_iterator.cpp", @@ -62,25 +82,15 @@ "xfa/fde/fde_object.h", "xfa/fde/fde_render.cpp", "xfa/fde/fde_render.h", + "xfa/fde/ifde_txtedtdorecord.h", + "xfa/fde/ifde_txtedtengine.h", + "xfa/fde/ifde_txtedtpage.h", + "xfa/fde/ifx_chariter.h", "xfa/fde/tto/fde_textout.cpp", "xfa/fde/tto/fde_textout.h", "xfa/fde/xml/fde_xml.h", "xfa/fde/xml/fde_xml_imp.cpp", "xfa/fde/xml/fde_xml_imp.h", - "xfa/fee/fde_txtedtbuf.cpp", - "xfa/fee/fde_txtedtbuf.h", - "xfa/fee/fde_txtedtengine.cpp", - "xfa/fee/fde_txtedtengine.h", - "xfa/fee/fde_txtedtpage.cpp", - "xfa/fee/fde_txtedtpage.h", - "xfa/fee/fde_txtedtparag.cpp", - "xfa/fee/fde_txtedtparag.h", - "xfa/fee/fx_wordbreak/fx_wordbreak.h", - "xfa/fee/fx_wordbreak/fx_wordbreakdata.cpp", - "xfa/fee/fx_wordbreak/fx_wordbreak_impl.cpp", - "xfa/fee/fx_wordbreak/fx_wordbreak_impl.h", - "xfa/fee/ifde_txtedtengine.h", - "xfa/fee/ifde_txtedtpage.h", "xfa/fgas/crt/fgas_algorithm.cpp", "xfa/fgas/crt/fgas_algorithm.h", "xfa/fgas/crt/fgas_codepage.cpp", -- cgit v1.2.3