diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-02 22:35:42 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-02 22:35:42 +0000 |
commit | 004a96a015b5dfcadaad4ea1b192c97c415b75de (patch) | |
tree | cb32d3809e4366c07e837416a106a3083d2690a5 /base/build | |
parent | f8ed412acb7bcab9855d0ebd9d29f7e38a3a8f92 (diff) | |
download | chromium_src-004a96a015b5dfcadaad4ea1b192c97c415b75de.zip chromium_src-004a96a015b5dfcadaad4ea1b192c97c415b75de.tar.gz chromium_src-004a96a015b5dfcadaad4ea1b192c97c415b75de.tar.bz2 |
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
Diffstat (limited to 'base/build')
-rw-r--r-- | base/build/base_gfx.vcproj | 24 | ||||
-rw-r--r-- | base/build/base_unittests.vcproj | 8 |
2 files changed, 0 insertions, 32 deletions
diff --git a/base/build/base_gfx.vcproj b/base/build/base_gfx.vcproj index ef4b5de..70875a9 100644 --- a/base/build/base_gfx.vcproj +++ b/base/build/base_gfx.vcproj @@ -122,14 +122,6 @@ </References> <Files> <File - RelativePath="..\gfx\convolver.cc" - > - </File> - <File - RelativePath="..\gfx\convolver.h" - > - </File> - <File RelativePath="..\gfx\gdi_util.cc" > </File> @@ -138,14 +130,6 @@ > </File> <File - RelativePath="..\gfx\image_operations.cc" - > - </File> - <File - RelativePath="..\gfx\image_operations.h" - > - </File> - <File RelativePath="..\gfx\native_theme.cc" > </File> @@ -193,14 +177,6 @@ RelativePath="..\gfx\size.h" > </File> - <File - RelativePath="..\gfx\skia_utils.cc" - > - </File> - <File - RelativePath="..\gfx\skia_utils.h" - > - </File> </Files> <Globals> </Globals> diff --git a/base/build/base_unittests.vcproj b/base/build/base_unittests.vcproj index 3c75166..e822992 100644 --- a/base/build/base_unittests.vcproj +++ b/base/build/base_unittests.vcproj @@ -396,14 +396,6 @@ Name="gfx_tests" > <File - RelativePath="..\gfx\convolver_unittest.cc" - > - </File> - <File - RelativePath="..\gfx\image_operations_unittest.cc" - > - </File> - <File RelativePath="..\gfx\png_codec_unittest.cc" > </File> |