summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorRyan Harrison <rharrison@chromium.org>2018-02-06 16:55:14 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-02-06 16:55:14 +0000
commitb5a2d14e21c0f149be49e06141549b185a5c7993 (patch)
tree7816907618e24262caf7f24bd2ec36d6dd9eaa7e /BUILD.gn
parent41441c9da88210376a87c4d03d71232b390b7cee (diff)
downloadpdfium-b5a2d14e21c0f149be49e06141549b185a5c7993.tar.xz
Extract classes in fx_bmp.h into their own files
BUG=chromium:808336 Change-Id: I3201805a374b5403149eca701714ef4369a2e337 Reviewed-on: https://pdfium-review.googlesource.com/25630 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 8b2038caa9..a903050df2 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -766,6 +766,10 @@ jumbo_static_library("fxcodec") {
if (pdf_enable_xfa) {
sources += [
+ "core/fxcodec/bmp/cfx_bmpcontext.cpp",
+ "core/fxcodec/bmp/cfx_bmpcontext.h",
+ "core/fxcodec/bmp/cfx_bmpdecompressor.cpp",
+ "core/fxcodec/bmp/cfx_bmpdecompressor.h",
"core/fxcodec/bmp/fx_bmp.cpp",
"core/fxcodec/bmp/fx_bmp.h",
"core/fxcodec/codec/ccodec_bmpmodule.cpp",