summaryrefslogtreecommitdiffstats
path: root/base/gfx/base_gfx.scons
diff options
context:
space:
mode:
Diffstat (limited to 'base/gfx/base_gfx.scons')
-rw-r--r--base/gfx/base_gfx.scons4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/gfx/base_gfx.scons b/base/gfx/base_gfx.scons
index a69206b..7173340 100644
--- a/base/gfx/base_gfx.scons
+++ b/base/gfx/base_gfx.scons
@@ -25,13 +25,16 @@ 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'):
@@ -40,6 +43,7 @@ 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)