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 --- BUILD.gn | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 30fd1e04f3..5e538e0096 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -896,6 +896,26 @@ if (pdf_enable_xfa) { sources = [ "xfa/fde/cfde_path.cpp", "xfa/fde/cfde_path.h", + "xfa/fde/cfde_txtedtbuf.cpp", + "xfa/fde/cfde_txtedtbuf.h", + "xfa/fde/cfde_txtedtbufiter.cpp", + "xfa/fde/cfde_txtedtbufiter.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", @@ -916,25 +936,15 @@ if (pdf_enable_xfa) { "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_wordbreak_impl.cpp", - "xfa/fee/fx_wordbreak/fx_wordbreak_impl.h", - "xfa/fee/fx_wordbreak/fx_wordbreakdata.cpp", - "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