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

Unified Diff: webkit/SConscript.port

Issue 11244: Move PlatformCanvas and PlatformDevice from base/gfx to webkit/port. I left h... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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 | « chrome/chrome.sln ('k') | webkit/build/port/port.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/SConscript.port
===================================================================
--- webkit/SConscript.port (revision 5678)
+++ webkit/SConscript.port (working copy)
@@ -131,6 +131,9 @@
'$PORT_DIR/platform/chromium/ScrollbarThemeChromiumLinux.cpp',
'$PORT_DIR/platform/graphics/chromium/GlyphPageTreeNodeLinux.cpp',
'$PORT_DIR/platform/graphics/skia/GdkSkia.cc',
+
+ '$PORT_DIR/platform/graphics/skia/public/PlatformCanvasLinux.cpp',
+ '$PORT_DIR/platform/graphics/skia/public/PlatformDeviceLinux.cpp',
])
if env['PLATFORM'] == 'darwin':
@@ -145,6 +148,9 @@
'$PORT_DIR/platform/chromium/ScrollbarThemeChromium.cpp',
'$PORT_DIR/platform/graphics/FontCustomPlatformData.cpp',
'$PORT_DIR/platform/graphics/ImageSkia.cpp',
+
+ '$PORT_DIR/platform/graphics/skia/public/PlatformCanvasMac.cpp',
+ '$PORT_DIR/platform/graphics/skia/public/PlatformDeviceMac.cpp',
]
for remove in remove_files:
input_files.remove(remove)
@@ -166,6 +172,12 @@
'$PORT_DIR/platform/graphics/ThemeHelperWin.cpp',
'$PORT_DIR/platform/graphics/UniscribeHelper.cpp',
'$PORT_DIR/platform/graphics/UniscribeHelperTextRun.cpp',
+
+ '$PORT_DIR/platform/graphics/skia/public/PlatformCanvasWin.cpp',
+ '$PORT_DIR/platform/graphics/skia/public/PlatformDeviceWin.cpp',
+ '$PORT_DIR/platform/graphics/skia/public/VectorCanvas.cpp',
+ '$PORT_DIR/platform/graphics/skia/public/VectorDevice.cpp',
+
'$PORT_DIR/rendering/RenderThemeWin.cpp',
])
« no previous file with comments | « chrome/chrome.sln ('k') | webkit/build/port/port.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698