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 c3576b49b4..4fbb2932ad 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -824,6 +824,12 @@ jumbo_static_library("fxcodec") {
]
deps += [ "third_party:fx_tiff" ]
}
+ if (pdf_enable_xfa_bmp || pdf_enable_xfa_gif) {
+ sources += [
+ "core/fxcodec/codec/cfx_codec_memory.cpp",
+ "core/fxcodec/codec/cfx_codec_memory.h",
+ ]
+ }
}
}