diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-09-06 13:52:35 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-09-06 18:03:58 +0000 |
commit | 8f6084b710362e950ae752ac0f5aa6ba954fdbfd (patch) | |
tree | af848affaf1d8ba3098dcae82f41934e31a09227 /BUILD.gn | |
parent | eb57e0d0b396606b39ef76a864b8bf9dd91a8ed8 (diff) | |
download | pdfium-8f6084b710362e950ae752ac0f5aa6ba954fdbfd.tar.xz |
Merge CFX_WordBreak into CFDE_TextEditEngine::Iterator.
This CL moves the CFX_WordBreak::FindNextBreakPos into the text edit
engine iterator. The word break data was moved to cfde_wordbreak_data.
Change-Id: Ie022f5f761479f97b9d4bc7789f890cb2ef99106
Reviewed-on: https://pdfium-review.googlesource.com/13250
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -897,8 +897,6 @@ static_library("fxcrt") { "core/fxcrt/cfx_decimal.h", "core/fxcrt/cfx_seekablestreamproxy.cpp", "core/fxcrt/cfx_seekablestreamproxy.h", - "core/fxcrt/cfx_wordbreak.cpp", - "core/fxcrt/cfx_wordbreak.h", "core/fxcrt/css/cfx_css.h", "core/fxcrt/css/cfx_csscolorvalue.cpp", "core/fxcrt/css/cfx_csscolorvalue.h", @@ -942,7 +940,6 @@ static_library("fxcrt") { "core/fxcrt/css/cfx_cssvaluelistparser.h", "core/fxcrt/fx_arabic.cpp", "core/fxcrt/fx_arabic.h", - "core/fxcrt/ifx_chariter.h", "core/fxcrt/ifx_locale.h", "core/fxcrt/xml/cfx_saxcontext.cpp", "core/fxcrt/xml/cfx_saxcontext.h", @@ -1479,6 +1476,8 @@ if (pdf_enable_xfa) { "xfa/fde/cfde_texteditengine.h", "xfa/fde/cfde_textout.cpp", "xfa/fde/cfde_textout.h", + "xfa/fde/cfde_wordbreak_data.cpp", + "xfa/fde/cfde_wordbreak_data.h", "xfa/fgas/crt/cfgas_formatstring.cpp", "xfa/fgas/crt/cfgas_formatstring.h", "xfa/fgas/font/cfgas_fontmgr.cpp", |