summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn24
1 files changed, 12 insertions, 12 deletions
diff --git a/BUILD.gn b/BUILD.gn
index cd3c724eb9..6018890fa4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -805,13 +805,25 @@ static_library("fxcrt") {
sources += [
"core/fxcrt/cfx_char.cpp",
"core/fxcrt/cfx_char.h",
+ "core/fxcrt/cfx_chariter.cpp",
+ "core/fxcrt/cfx_chariter.h",
+ "core/fxcrt/cfx_checksumcontext.cpp",
+ "core/fxcrt/cfx_checksumcontext.h",
"core/fxcrt/cfx_datetime.cpp",
"core/fxcrt/cfx_datetime.h",
"core/fxcrt/cfx_decimal.cpp",
"core/fxcrt/cfx_decimal.h",
+ "core/fxcrt/cfx_wordbreak.cpp",
+ "core/fxcrt/cfx_wordbreak.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.h",
+ "core/fxcrt/xml/cfx_saxreader.cpp",
+ "core/fxcrt/xml/cfx_saxreader.h",
+ "core/fxcrt/xml/cfx_saxreaderhandler.cpp",
+ "core/fxcrt/xml/cfx_saxreaderhandler.h",
]
}
}
@@ -1322,10 +1334,6 @@ if (pdf_enable_xfa) {
"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",
- "xfa/fde/cfx_wordbreak.h",
"xfa/fde/css/cfde_csscolorvalue.cpp",
"xfa/fde/css/cfde_csscolorvalue.h",
"xfa/fde/css/cfde_csscomputedstyle.cpp",
@@ -1368,11 +1376,8 @@ if (pdf_enable_xfa) {
"xfa/fde/ifde_txtedtdorecord.h",
"xfa/fde/ifde_txtedtengine.h",
"xfa/fde/ifde_txtedtpage.h",
- "xfa/fde/ifx_chariter.h",
"xfa/fde/tto/fde_textout.cpp",
"xfa/fde/tto/fde_textout.h",
- "xfa/fde/xml/cfx_saxreader.cpp",
- "xfa/fde/xml/cfx_saxreader.h",
"xfa/fde/xml/fde_xml.h",
"xfa/fde/xml/fde_xml_imp.cpp",
"xfa/fde/xml/fde_xml_imp.h",
@@ -1576,8 +1581,6 @@ if (pdf_enable_xfa) {
"xfa/fxfa/app/xfa_fwltheme.h",
"xfa/fxfa/app/xfa_textpiece.cpp",
"xfa/fxfa/app/xfa_textpiece.h",
- "xfa/fxfa/cxfa_checksumcontext.cpp",
- "xfa/fxfa/cxfa_checksumcontext.h",
"xfa/fxfa/cxfa_deffontmgr.cpp",
"xfa/fxfa/cxfa_deffontmgr.h",
"xfa/fxfa/cxfa_eventparam.cpp",
@@ -1602,9 +1605,6 @@ if (pdf_enable_xfa) {
"xfa/fxfa/cxfa_pdffontmgr.h",
"xfa/fxfa/cxfa_rendercontext.cpp",
"xfa/fxfa/cxfa_rendercontext.h",
- "xfa/fxfa/cxfa_saxcontext.h",
- "xfa/fxfa/cxfa_saxreaderhandler.cpp",
- "xfa/fxfa/cxfa_saxreaderhandler.h",
"xfa/fxfa/cxfa_widgetacc.cpp",
"xfa/fxfa/cxfa_widgetacc.h",
"xfa/fxfa/cxfa_widgetacciterator.cpp",