diff options
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", |