summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell_tests.vcproj
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-02 22:35:42 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-02 22:35:42 +0000
commit004a96a015b5dfcadaad4ea1b192c97c415b75de (patch)
treecb32d3809e4366c07e837416a106a3083d2690a5 /webkit/tools/test_shell/test_shell_tests.vcproj
parentf8ed412acb7bcab9855d0ebd9d29f7e38a3a8f92 (diff)
downloadchromium_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 'webkit/tools/test_shell/test_shell_tests.vcproj')
-rw-r--r--webkit/tools/test_shell/test_shell_tests.vcproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell_tests.vcproj b/webkit/tools/test_shell/test_shell_tests.vcproj
index 4f6a036..cebf759 100644
--- a/webkit/tools/test_shell/test_shell_tests.vcproj
+++ b/webkit/tools/test_shell/test_shell_tests.vcproj
@@ -307,6 +307,10 @@
>
</File>
<File
+ RelativePath="..\..\..\skia\ext\convolver_unittest.cc"
+ >
+ </File>
+ <File
RelativePath="..\..\glue\cpp_bound_class_unittest.cc"
>
</File>
@@ -339,6 +343,10 @@
>
</File>
<File
+ RelativePath="..\..\..\skia\ext\image_operations_unittest.cc"
+ >
+ </File>
+ <File
RelativePath=".\keyboard_unittest.cc"
>
</File>