Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(492)

Unified Diff: webkit/tools/test_shell/test_shell_tests.vcproj

Issue 14861: Move various gtest-style unit tests out of webkit/port and into a new... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/tools/test_shell/test_shell_tests.vcproj
===================================================================
--- webkit/tools/test_shell/test_shell_tests.vcproj (revision 7251)
+++ webkit/tools/test_shell/test_shell_tests.vcproj (working copy)
@@ -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>
« no previous file with comments | « webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj ('k') | webkit/tools/webcore_unit_tests/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698