summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index be35522321..b7913258eb 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -799,6 +799,8 @@ static_library("fxcrt") {
if (pdf_enable_xfa) {
sources += [
+ "core/fxcrt/cfx_char.cpp",
+ "core/fxcrt/cfx_char.h",
"core/fxcrt/fx_arabic.cpp",
"core/fxcrt/fx_arabic.h",
]
@@ -1234,6 +1236,10 @@ if (pdf_enable_xfa) {
"xfa/fgas/font/cfgas_gefont.h",
"xfa/fgas/font/fgas_fontutils.cpp",
"xfa/fgas/font/fgas_fontutils.h",
+ "xfa/fgas/layout/cfx_breakline.cpp",
+ "xfa/fgas/layout/cfx_breakline.h",
+ "xfa/fgas/layout/cfx_breakpiece.cpp",
+ "xfa/fgas/layout/cfx_breakpiece.h",
"xfa/fgas/layout/fgas_linebreak.cpp",
"xfa/fgas/layout/fgas_linebreak.h",
"xfa/fgas/layout/fgas_rtfbreak.cpp",