diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-03 16:22:10 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-03 16:22:10 +0000 |
commit | 83c9e65546312a8d70df850a82f390f190fe4413 (patch) | |
tree | 347e411c8bcd9769f6e8a50252c607e9699c5046 /base/build | |
parent | bd974b6c13642d8c98496fc1fc06ddff1665b4ac (diff) | |
download | chromium_src-83c9e65546312a8d70df850a82f390f190fe4413.zip chromium_src-83c9e65546312a8d70df850a82f390f190fe4413.tar.gz chromium_src-83c9e65546312a8d70df850a82f390f190fe4413.tar.bz2 |
Move convolver and image_operations from base/gfx to skia/ext. This is just
like my previous change except does no namespace renaming and doesn't touch
skia_utils.
Review URL: http://codereview.chromium.org/13080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6290 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build')
-rw-r--r-- | base/build/base_gfx.vcproj | 16 | ||||
-rw-r--r-- | base/build/base_unittests.vcproj | 8 |
2 files changed, 0 insertions, 24 deletions
diff --git a/base/build/base_gfx.vcproj b/base/build/base_gfx.vcproj index ef4b5de..355d19a 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> 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> |