From 6165b4070b7e3a2fd33efd0eb66043c86f61d8b2 Mon Sep 17 00:00:00 2001 From: "brettw@google.com" Date: Wed, 19 Nov 2008 18:52:38 +0000 Subject: Move PlatformCanvas and PlatformDevice from base/gfx to webkit/port. I left header files in the original locations that include the ones in the new location so I don't have to change all the includes in Chrome at once. These will be removed later. I kept the names, indenting, and the namespaces the same for now. I will also be cleaning this up in separate passes. Review URL: http://codereview.chromium.org/11244 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5690 0039d316-1c4b-4281-b951-d872f2087c98 --- base/base_unittests.scons | 2 -- 1 file changed, 2 deletions(-) (limited to 'base/base_unittests.scons') diff --git a/base/base_unittests.scons b/base/base_unittests.scons index 61f9140..b8aafbc 100644 --- a/base/base_unittests.scons +++ b/base/base_unittests.scons @@ -124,7 +124,6 @@ input_files = [ 'gfx/native_theme_unittest.cc', 'gfx/png_codec_unittest.cc', 'gfx/rect_unittest.cc', - 'gfx/vector_canvas_unittest.cc', ] if env['PLATFORM'] in ('posix', 'darwin'): @@ -139,7 +138,6 @@ if env['PLATFORM'] in ('posix', 'darwin'): 'watchdog_unittest.cc', 'gfx/native_theme_unittest.cc', - 'gfx/vector_canvas_unittest.cc', ] for remove in to_be_ported_files: input_files.remove(remove) -- cgit v1.1