Move various gtest-style unit tests out of webkit/port and into a new
commit4ef1d3c70bb9b845126a8344b33987e83ab6e0cb
authordarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 18 Dec 2008 22:17:34 +0000 (18 22:17 +0000)
committerdarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 18 Dec 2008 22:17:34 +0000 (18 22:17 +0000)
treeb710da32855a7f673d5e4d88b0fc39583ad29181
parent58196d2caaabc7c7200db0c0d62c771227b4040d
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
webkit/tools/test_shell/SConscript
webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj
webkit/tools/test_shell/test_shell_tests.vcproj
webkit/tools/webcore_unit_tests/BMPImageDecoder_unittest.cpp [moved from webkit/port/platform/image-decoders/bmp/BMPImageDecoder_unittest.cpp with 100% similarity]
webkit/tools/webcore_unit_tests/GKURL_unittest.cpp [moved from webkit/port/platform/GKURL_unittest.cpp with 100% similarity]
webkit/tools/webcore_unit_tests/ICOImageDecoder_unittest.cpp [moved from webkit/port/platform/image-decoders/ico/ICOImageDecoder_unittest.cpp with 100% similarity]
webkit/tools/webcore_unit_tests/README [new file with mode: 0644]
webkit/tools/webcore_unit_tests/UniscribeHelper_unittest.cpp [moved from webkit/port/platform/graphics/chromium/UniscribeHelper_unittest.cpp with 100% similarity]
webkit/tools/webcore_unit_tests/XBMImageDecoder_unittest.cpp [moved from webkit/port/platform/image-decoders/xbm/XBMImageDecoder_unittest.cpp with 100% similarity]