diff options
author | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-18 22:17:34 +0000 |
---|---|---|
committer | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-18 22:17:34 +0000 |
commit | 4ef1d3c70bb9b845126a8344b33987e83ab6e0cb (patch) | |
tree | b710da32855a7f673d5e4d88b0fc39583ad29181 /webkit/tools/test_shell/test_shell_tests.vcproj | |
parent | 58196d2caaabc7c7200db0c0d62c771227b4040d (diff) | |
download | chromium_src-4ef1d3c70bb9b845126a8344b33987e83ab6e0cb.zip chromium_src-4ef1d3c70bb9b845126a8344b33987e83ab6e0cb.tar.gz chromium_src-4ef1d3c70bb9b845126a8344b33987e83ab6e0cb.tar.bz2 |
Move various gtest-style unit tests out of webkit/port and into a new
tools/webcore_unit_tests directory. I chose this directory because we have a
bunch of similar "tests" directories inside webkit/tools.
R=dglazkov
Review URL: http://codereview.chromium.org/14861
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7259 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.vcproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/webkit/tools/test_shell/test_shell_tests.vcproj b/webkit/tools/test_shell/test_shell_tests.vcproj index e1e421b..cb579d5 100644 --- a/webkit/tools/test_shell/test_shell_tests.vcproj +++ b/webkit/tools/test_shell/test_shell_tests.vcproj @@ -295,7 +295,7 @@ Name="tests" > <File - RelativePath="..\..\port\platform\image-decoders\bmp\BMPImageDecoder_unittest.cpp" + RelativePath="..\webcore_unit_tests\BMPImageDecoder_unittest.cpp" > </File> <File @@ -323,7 +323,7 @@ > </File> <File - RelativePath="..\..\port\platform\GKURL_unittest.cpp" + RelativePath="..\webcore_unit_tests\GKURL_unittest.cpp" > </File> <File @@ -331,7 +331,7 @@ > </File> <File - RelativePath="..\..\port\platform\image-decoders\ico\ICOImageDecoder_unittest.cpp" + RelativePath="..\webcore_unit_tests\ICOImageDecoder_unittest.cpp" > </File> <File @@ -383,7 +383,7 @@ > </File> <File - RelativePath="..\..\port\platform\graphics\chromium\UniscribeHelper_unittest.cpp" + RelativePath="..\webcore_unit_tests\UniscribeHelper_unittest.cpp" > </File> <File @@ -399,7 +399,7 @@ > </File> <File - RelativePath="..\..\port\platform\image-decoders\xbm\XBMImageDecoder_unittest.cpp" + RelativePath="..\webcore_unit_tests\XBMImageDecoder_unittest.cpp" > </File> </Filter> |