From 004a96a015b5dfcadaad4ea1b192c97c415b75de Mon Sep 17 00:00:00 2001 From: "brettw@google.com" Date: Tue, 2 Dec 2008 22:35:42 +0000 Subject: Move convolver, image_operations, and skia_utils from base/gfx to skia/ext. This changes the namespace in those files from "gfx" to "skia". I split skia_utils into two parts, the Windows specific part is now in a separate file called skia_utils_win. There were several obsolete includes of these headers which I removed. I also removed img_resize_perftest which isn't used and has bitrotted. Review URL: http://codereview.chromium.org/12842 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6248 0039d316-1c4b-4281-b951-d872f2087c98 --- base/gfx/base_gfx.scons | 4 ---- 1 file changed, 4 deletions(-) (limited to 'base/gfx/base_gfx.scons') diff --git a/base/gfx/base_gfx.scons b/base/gfx/base_gfx.scons index 7173340..a69206b 100644 --- a/base/gfx/base_gfx.scons +++ b/base/gfx/base_gfx.scons @@ -25,16 +25,13 @@ if env['PLATFORM'] == 'win32': ) input_files = [ - 'convolver.cc', 'gdi_util.cc', - 'image_operations.cc', 'native_theme.cc', 'png_decoder.cc', 'png_encoder.cc', 'point.cc', 'rect.cc', 'size.cc', - 'skia_utils.cc', ] if env['PLATFORM'] in ('posix', 'darwin'): @@ -43,7 +40,6 @@ if env['PLATFORM'] in ('posix', 'darwin'): to_be_ported_files = [ 'gdi_util.cc', 'native_theme.cc', - 'skia_utils.cc', ] for remove in to_be_ported_files: input_files.remove(remove) -- cgit v1.1