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 /BUILD.gn | |
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 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 38 |
1 files changed, 24 insertions, 14 deletions
@@ -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", |