diff options
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/test_shell/SConscript | 1 | ||||
-rw-r--r-- | webkit/tools/test_shell/test_shell_tests.vcproj | 12 |
2 files changed, 9 insertions, 4 deletions
diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript index c98ae98..fe4ab1c 100644 --- a/webkit/tools/test_shell/SConscript +++ b/webkit/tools/test_shell/SConscript @@ -176,6 +176,7 @@ test_files = [ '$WEBKIT_DIR/glue/resource_fetcher_unittest.cc', '$WEBKIT_DIR/glue/webframe_unittest.cc', '$WEBKIT_DIR/port/platform/GKURL_unittest.cpp', + '$WEBKIT_DIR/port/platform/graphics/UniscribeHelper_unittest.cpp', '$WEBKIT_DIR/port/platform/image-decoders/bmp/BMPImageDecoder_unittest.cpp', '$WEBKIT_DIR/port/platform/image-decoders/ico/ICOImageDecoder_unittest.cpp', '$WEBKIT_DIR/port/platform/image-decoders/xbm/XBMImageDecoder_unittest.cpp', diff --git a/webkit/tools/test_shell/test_shell_tests.vcproj b/webkit/tools/test_shell/test_shell_tests.vcproj index a8f8d00..c21ea63 100644 --- a/webkit/tools/test_shell/test_shell_tests.vcproj +++ b/webkit/tools/test_shell/test_shell_tests.vcproj @@ -219,10 +219,6 @@ > </File> <File - RelativePath=".\test_shell_win.cc" - > - </File> - <File RelativePath=".\resources\test_shell.ico" > </File> @@ -255,6 +251,10 @@ > </File> <File + RelativePath=".\test_shell_win.cc" + > + </File> + <File RelativePath=".\test_webview_delegate.cc" > </File> @@ -383,6 +383,10 @@ > </File> <File + RelativePath="..\..\port\platform\graphics\UniscribeHelper_unittest.cpp" + > + </File> + <File RelativePath="..\..\glue\webframe_unittest.cc" > </File> |