diff options
Diffstat (limited to 'base/gfx/base_gfx.scons')
-rw-r--r-- | base/gfx/base_gfx.scons | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/base/gfx/base_gfx.scons b/base/gfx/base_gfx.scons index 7173340..a69206b 100644 --- a/base/gfx/base_gfx.scons +++ b/base/gfx/base_gfx.scons @@ -25,16 +25,13 @@ if env['PLATFORM'] == 'win32': ) input_files = [ - 'convolver.cc', 'gdi_util.cc', - 'image_operations.cc', 'native_theme.cc', 'png_decoder.cc', 'png_encoder.cc', 'point.cc', 'rect.cc', 'size.cc', - 'skia_utils.cc', ] if env['PLATFORM'] in ('posix', 'darwin'): @@ -43,7 +40,6 @@ if env['PLATFORM'] in ('posix', 'darwin'): to_be_ported_files = [ 'gdi_util.cc', 'native_theme.cc', - 'skia_utils.cc', ] for remove in to_be_ported_files: input_files.remove(remove) |