From b5a2d14e21c0f149be49e06141549b185a5c7993 Mon Sep 17 00:00:00 2001 From: Ryan Harrison Date: Tue, 6 Feb 2018 16:55:14 +0000 Subject: 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 Commit-Queue: Ryan Harrison --- BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'BUILD.gn') 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", -- cgit v1.2.3