summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorNicolas Pena <npm@chromium.org>2017-03-31 10:22:11 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-03-31 16:40:20 +0000
commitfc715c3c1d9c9c623c36ae9fc8b8aac0362e4c22 (patch)
treebb4ec95d6531903196cecb3d215d9ca05f1b45db /BUILD.gn
parentc0cf369e0bd58ce5ae910d0b8636f6f23eca1490 (diff)
downloadpdfium-fc715c3c1d9c9c623c36ae9fc8b8aac0362e4c22.tar.xz
Split fx_dib part 1
Move CFX_DIBSource to its own file. Also move the classes that inherit from it to their own headers. Their cpp's will be added in followup. Change-Id: Id2b53e124ea5445c558bfcf627bf526870cc92e8 Reviewed-on: https://pdfium-review.googlesource.com/3450 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Nicolás Peña <npm@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 dfc6d6c833..f142d5fa7f 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_dibitmap.h",
+ "core/fxge/dib/cfx_dibsource.cpp",
+ "core/fxge/dib/cfx_dibsource.h",
+ "core/fxge/dib/cfx_filtereddib.h",
"core/fxge/dib/dib_int.h",
"core/fxge/dib/fx_dib_composite.cpp",
"core/fxge/dib/fx_dib_convert.cpp",