Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Unified Diff: webkit/SConscript.port

Issue 9757: Cache the GdkSkia object in PlatformContextSkia so that we aren't creating (Closed)
Patch Set: Moving files against Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/SConscript ('k') | webkit/port/platform/chromium/RenderThemeGtk.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
])
« no previous file with comments | « webkit/SConscript ('k') | webkit/port/platform/chromium/RenderThemeGtk.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698