diff options
author | dsinclair <dsinclair@chromium.org> | 2016-05-18 11:09:47 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-18 11:09:47 -0700 |
commit | 653951828cf934afb48b57989089a99b38620d02 (patch) | |
tree | 8a91b6f3ffac3d992e47e5d6fd4da31245597ff9 /xfa.gyp | |
parent | 3b093630d55ad97807bcc710227b03819944605b (diff) | |
download | pdfium-653951828cf934afb48b57989089a99b38620d02.tar.xz |
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
Diffstat (limited to 'xfa.gyp')
-rw-r--r-- | xfa.gyp | 42 |
1 files changed, 26 insertions, 16 deletions
@@ -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", |