diff options
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", |