summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorNicolas Pena <npm@chromium.org>2017-04-03 13:43:52 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-04-03 18:10:25 +0000
commit0c972ebccb8c5f250122955780bd632ff5c8630f (patch)
treea18c231aeb029572c9c965a0728c00bd273df2db /BUILD.gn
parent72c6b181862ada8adf485ab8015120df32d9f600 (diff)
downloadpdfium-0c972ebccb8c5f250122955780bd632ff5c8630f.tar.xz
Split fx_dib part 5
Move more classes into their own files. Change-Id: Ic505be9e406eafb378235216ea19221ce172f32e Reviewed-on: https://pdfium-review.googlesource.com/3593 Commit-Queue: Nicolás Peña <npm@chromium.org> Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn7
1 files changed, 6 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 5c12468a98..fa879d3e03 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -862,6 +862,10 @@ static_library("fxge") {
"core/fxge/cfx_substfont.h",
"core/fxge/cfx_unicodeencoding.h",
"core/fxge/cfx_windowsdevice.h",
+ "core/fxge/dib/cfx_bitmapcomposer.cpp",
+ "core/fxge/dib/cfx_bitmapcomposer.h",
+ "core/fxge/dib/cfx_bitmapstorer.cpp",
+ "core/fxge/dib/cfx_bitmapstorer.h",
"core/fxge/dib/cfx_dibextractor.cpp",
"core/fxge/dib/cfx_dibextractor.h",
"core/fxge/dib/cfx_dibitmap.cpp",
@@ -872,12 +876,13 @@ static_library("fxge") {
"core/fxge/dib/cfx_filtereddib.h",
"core/fxge/dib/cfx_imagerenderer.cpp",
"core/fxge/dib/cfx_imagerenderer.h",
+ "core/fxge/dib/cfx_imagestretcher.cpp",
+ "core/fxge/dib/cfx_imagestretcher.h",
"core/fxge/dib/cfx_imagetransformer.cpp",
"core/fxge/dib/cfx_imagetransformer.h",
"core/fxge/dib/cfx_scanlinecompositor.cpp",
"core/fxge/dib/cfx_scanlinecompositor.h",
"core/fxge/dib/dib_int.h",
- "core/fxge/dib/fx_dib_composite.cpp",
"core/fxge/dib/fx_dib_convert.cpp",
"core/fxge/dib/fx_dib_engine.cpp",
"core/fxge/dib/fx_dib_main.cpp",