summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-03 17:54:48 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-03 17:54:48 +0000
commit3c219effd1c33f2e32e9b88dba3d1de78a9ad074 (patch)
treeb2f73571b6d2bfb3dd4ddb03af102ae51a51456a /BUILD.gn
parentcaca3e0bb0d5ae31f60e2904986f231a6f9ad659 (diff)
downloadpdfium-3c219effd1c33f2e32e9b88dba3d1de78a9ad074.tar.xz
Split CFX_FontSourceEnum_File into its own file.
Change-Id: I85d2094f77866d18c0dce060755583ea289bb9ea Reviewed-on: https://pdfium-review.googlesource.com/43350 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
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") {