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

Unified Diff: base/gfx/base_gfx.scons

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 | « base/build/base_unittests.vcproj ('k') | base/gfx/bitmap_platform_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/gfx/base_gfx.scons
===================================================================
--- base/gfx/base_gfx.scons (revision 5678)
+++ base/gfx/base_gfx.scons (working copy)
@@ -42,8 +42,6 @@
'rect.cc',
'size.cc',
'skia_utils.cc',
- 'vector_canvas.cc',
- 'vector_device.cc',
]
if env['PLATFORM'] in ('posix', 'darwin'):
@@ -53,23 +51,15 @@
'gdi_util.cc',
'native_theme.cc',
'skia_utils.cc',
- 'vector_canvas.cc',
- 'vector_device.cc',
]
for remove in to_be_ported_files:
input_files.remove(remove)
if env['PLATFORM'] == 'win32':
input_files.extend([
- 'bitmap_platform_device_win.cc',
- 'platform_canvas_win.cc',
- 'platform_device_win.cc',
])
elif env['PLATFORM'] == 'posix':
input_files.extend([
- 'bitmap_platform_device_linux.cc',
- 'platform_canvas_linux.cc',
- 'platform_device_linux.cc',
])
env.ChromeStaticLibrary('base_gfx', input_files)
« no previous file with comments | « base/build/base_unittests.vcproj ('k') | base/gfx/bitmap_platform_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698