summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-09-06 13:52:35 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-09-06 18:03:58 +0000
commit8f6084b710362e950ae752ac0f5aa6ba954fdbfd (patch)
treeaf848affaf1d8ba3098dcae82f41934e31a09227 /BUILD.gn
parenteb57e0d0b396606b39ef76a864b8bf9dd91a8ed8 (diff)
downloadpdfium-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.gn5
1 files changed, 2 insertions, 3 deletions
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",