From 8f6084b710362e950ae752ac0f5aa6ba954fdbfd Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 6 Sep 2017 13:52:35 -0400 Subject: 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 Reviewed-by: Henrique Nakashima --- BUILD.gn | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 452f32610b..03285bf0ee 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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", -- cgit v1.2.3