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 /skia/skia.vcproj | |
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 'skia/skia.vcproj')
-rw-r--r-- | skia/skia.vcproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/skia/skia.vcproj b/skia/skia.vcproj index 5e06d73..93988ad 100644 --- a/skia/skia.vcproj +++ b/skia/skia.vcproj @@ -1309,6 +1309,14 @@ Name="ext" > <File + RelativePath=".\ext\convolver.cc" + > + </File> + <File + RelativePath=".\ext\convolver.h" + > + </File> + <File RelativePath=".\ext\bitmap_platform_device.h" > </File> @@ -1321,6 +1329,14 @@ > </File> <File + RelativePath=".\ext\image_operations.cc" + > + </File> + <File + RelativePath=".\ext\image_operations.h" + > + </File> + <File RelativePath=".\ext\platform_canvas.h" > </File> |