diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-03-30 10:58:49 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-03-30 17:40:25 +0000 |
commit | d9828fd1653f0334c4e9b027d708dbc3df8c838a (patch) | |
tree | 24220e1e7cba8dd23898569f452de3191c7d66ab /BUILD.gn | |
parent | dd046dac0819b2db4c445f7cc4b8bab15d8409c1 (diff) | |
download | pdfium-d9828fd1653f0334c4e9b027d708dbc3df8c838a.tar.xz |
Rename FDE files to match contents.
This CL renames files in xfa/fde to match the contents. The fde_object.h
file is split apart into cfde_pen and cfde_brush.
Change-Id: I953f102182caa6d87c5ee9b99bbeb01c34a01aa9
Reviewed-on: https://pdfium-review.googlesource.com/3371
Reviewed-by: Nicolás Peña <npm@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1299,8 +1299,13 @@ if (pdf_enable_xfa) { static_library("xfa") { sources = [ + "xfa/fde/cfde_brush.h", "xfa/fde/cfde_path.cpp", "xfa/fde/cfde_path.h", + "xfa/fde/cfde_pen.h", + "xfa/fde/cfde_rendercontext.cpp", + "xfa/fde/cfde_rendercontext.h", + "xfa/fde/cfde_renderdevice.cpp", "xfa/fde/cfde_txtedtbuf.cpp", "xfa/fde/cfde_txtedtbuf.h", "xfa/fde/cfde_txtedtdorecord_deleterange.cpp", @@ -1315,6 +1320,8 @@ if (pdf_enable_xfa) { "xfa/fde/cfde_txtedtparag.h", "xfa/fde/cfde_txtedttextset.cpp", "xfa/fde/cfde_txtedttextset.h", + "xfa/fde/cfde_visualsetiterator.cpp", + "xfa/fde/cfde_visualsetiterator.h", "xfa/fde/cfx_chariter.cpp", "xfa/fde/cfx_chariter.h", "xfa/fde/cfx_wordbreak.cpp", @@ -1358,12 +1365,6 @@ if (pdf_enable_xfa) { "xfa/fde/css/fde_css.h", "xfa/fde/css/fde_cssdatatable.cpp", "xfa/fde/css/fde_cssdatatable.h", - "xfa/fde/fde_gedevice.cpp", - "xfa/fde/fde_iterator.cpp", - "xfa/fde/fde_iterator.h", - "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", |