Index: webkit/SConscript.port |
diff --git a/webkit/SConscript.port b/webkit/SConscript.port |
index 7f4d01bae06fe3cf31451e0a0dc85c351bf7eec9..312a7133d23bb482b8be6fd4abcd6fa484e2e7c0 100644 |
--- a/webkit/SConscript.port |
+++ b/webkit/SConscript.port |
@@ -124,10 +124,11 @@ if env['PLATFORM'] == 'posix': |
# Linux specific implementations |
input_files.extend([ |
- '$PORT_DIR/platform/chromium/ScreenLinux.cpp', |
'$PORT_DIR/platform/chromium/IconLinux.cpp', |
- '$PORT_DIR/platform/graphics/chromium/GlyphPageTreeNodeLinux.cpp', |
'$PORT_DIR/platform/chromium/PasteboardLinux.cpp', |
+ '$PORT_DIR/platform/chromium/ScreenLinux.cpp', |
+ '$PORT_DIR/platform/graphics/chromium/GlyphPageTreeNodeLinux.cpp', |
+ '$PORT_DIR/platform/graphics/skia/GdkSkia.cc', |
]) |
if env['PLATFORM'] == 'darwin': |
@@ -175,7 +176,6 @@ if env['PLATFORM'] == 'posix': |
'$PORT_DIR/platform/graphics/chromium/FontPlatformDataLinux.cpp', |
'$PORT_DIR/platform/graphics/chromium/SimpleFontDataLinux.cpp', |
'$PORT_DIR/platform/chromium/gtk2drawing.c', |
- '$PORT_DIR/platform/chromium/gdkskiadrawable.cc', |
'$PORT_DIR/platform/chromium/RenderThemeGtk.cpp' |
]) |