summaryrefslogtreecommitdiffstats
path: root/gfx/gfx.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/gfx.gyp')
-rw-r--r--gfx/gfx.gyp13
1 files changed, 7 insertions, 6 deletions
diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp
index 54d6833..c0d4000 100644
--- a/gfx/gfx.gyp
+++ b/gfx/gfx.gyp
@@ -62,13 +62,14 @@
'sources': [
'blit.cc',
'blit.h',
- 'canvas.cc',
'canvas.h',
'canvas_2.h',
- 'canvas_linux.cc',
- 'canvas_mac.mm',
- 'canvas_paint.h',
- 'canvas_win.cc',
+ 'canvas_skia.h',
+ 'canvas_skia.cc',
+ 'canvas_skia_linux.cc',
+ 'canvas_skia_mac.mm',
+ 'canvas_skia_paint.h',
+ 'canvas_skia_win.cc',
'codec/jpeg_codec.cc',
'codec/jpeg_codec.h',
'codec/png_codec.cc',
@@ -79,7 +80,6 @@
'font.h',
'font_gtk.cc',
'font_mac.mm',
- 'font_skia.cc',
'font_win.cc',
'gfx_paths.cc',
'gfx_paths.h',
@@ -123,6 +123,7 @@
'../build/linux/system.gyp:fontconfig',
],
'sources': [
+ 'font_skia.cc',
'gtk_native_view_id_manager.cc',
'gtk_native_view_id_manager.h',
'gtk_util.cc',