diff options
author | Nicolas Pena <npm@chromium.org> | 2017-03-31 10:22:11 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-03-31 16:40:20 +0000 |
commit | fc715c3c1d9c9c623c36ae9fc8b8aac0362e4c22 (patch) | |
tree | bb4ec95d6531903196cecb3d215d9ca05f1b45db /BUILD.gn | |
parent | c0cf369e0bd58ce5ae910d0b8636f6f23eca1490 (diff) | |
download | pdfium-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.gn | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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", |