summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn7
1 files changed, 7 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index d3ea24dc64..d0ad6a02b3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1889,6 +1889,13 @@ if (pdf_enable_xfa) {
":pdfium_core_config",
":xfa_warnings",
]
+
+ if (!is_win) {
+ sources += [
+ "xfa/fgas/font/cfx_fontsourceenum_file.cpp",
+ "xfa/fgas/font/cfx_fontsourceenum_file.h",
+ ]
+ }
}
jumbo_static_library("xfa_fwl") {