diff options
Diffstat (limited to 'webkit/tools/test_shell/test_shell_tests.vcproj')
-rw-r--r-- | webkit/tools/test_shell/test_shell_tests.vcproj | 818 |
1 files changed, 409 insertions, 409 deletions
diff --git a/webkit/tools/test_shell/test_shell_tests.vcproj b/webkit/tools/test_shell/test_shell_tests.vcproj index a2776ae..e1e421b 100644 --- a/webkit/tools/test_shell/test_shell_tests.vcproj +++ b/webkit/tools/test_shell/test_shell_tests.vcproj @@ -1,409 +1,409 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="test_shell_tests"
- ProjectGUID="{E6766F81-1FCD-4CD7-BC16-E36964A14867}"
- RootNamespace="test_shell_tests"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="1"
- InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;.\test_shell_tests.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="1"
- InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;.\test_shell_tests.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="support"
- >
- <File
- RelativePath=".\drag_delegate.cc"
- >
- </File>
- <File
- RelativePath=".\drag_delegate.h"
- >
- </File>
- <File
- RelativePath=".\drop_delegate.cc"
- >
- </File>
- <File
- RelativePath=".\drop_delegate.h"
- >
- </File>
- <File
- RelativePath=".\event_sending_controller.cc"
- >
- </File>
- <File
- RelativePath=".\event_sending_controller.h"
- >
- </File>
- <File
- RelativePath=".\image_decoder_unittest.cc"
- >
- </File>
- <File
- RelativePath=".\image_decoder_unittest.h"
- >
- </File>
- <File
- RelativePath=".\layout_test_controller.cc"
- >
- </File>
- <File
- RelativePath=".\layout_test_controller.h"
- >
- </File>
- <File
- RelativePath="..\..\..\net\base\net_resources.rc"
- >
- </File>
- <File
- RelativePath=".\resource.h"
- >
- </File>
- <File
- RelativePath=".\run_all_tests.cc"
- >
- </File>
- <File
- RelativePath=".\simple_resource_loader_bridge.cc"
- >
- </File>
- <File
- RelativePath=".\resources\small.ico"
- >
- </File>
- <File
- RelativePath=".\test_navigation_controller.cc"
- >
- </File>
- <File
- RelativePath=".\test_navigation_controller.h"
- >
- </File>
- <File
- RelativePath=".\test_shell.cc"
- >
- </File>
- <File
- RelativePath=".\test_shell.h"
- >
- </File>
- <File
- RelativePath=".\resources\test_shell.ico"
- >
- </File>
- <File
- RelativePath=".\resources\test_shell.rc"
- >
- </File>
- <File
- RelativePath=".\test_shell_request_context.cc"
- >
- </File>
- <File
- RelativePath=".\test_shell_request_context.h"
- >
- </File>
- <File
- RelativePath=".\test_shell_switches.cc"
- >
- </File>
- <File
- RelativePath=".\test_shell_switches.h"
- >
- </File>
- <File
- RelativePath=".\test_shell_test.cc"
- >
- </File>
- <File
- RelativePath=".\test_shell_test.h"
- >
- </File>
- <File
- RelativePath=".\test_shell_win.cc"
- >
- </File>
- <File
- RelativePath=".\test_webview_delegate.cc"
- >
- </File>
- <File
- RelativePath=".\test_webview_delegate.h"
- >
- </File>
- <File
- RelativePath=".\test_webview_delegate_win.cc"
- >
- </File>
- <File
- RelativePath=".\text_input_controller.cc"
- >
- </File>
- <File
- RelativePath=".\text_input_controller.h"
- >
- </File>
- <File
- RelativePath=".\webview_host.h"
- >
- </File>
- <File
- RelativePath=".\webview_host_win.cc"
- >
- </File>
- <File
- RelativePath=".\webwidget_host.h"
- >
- </File>
- <File
- RelativePath=".\webwidget_host_win.cc"
- >
- </File>
- </Filter>
- <Filter
- Name="tests"
- >
- <File
- RelativePath="..\..\port\platform\image-decoders\bmp\BMPImageDecoder_unittest.cpp"
- >
- </File>
- <File
- RelativePath="..\..\glue\bookmarklet_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\..\glue\context_menu_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\..\glue\cpp_bound_class_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\..\glue\cpp_variant_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\..\glue\dom_operations_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\..\glue\dom_serializer_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\..\port\platform\GKURL_unittest.cpp"
- >
- </File>
- <File
- RelativePath="..\..\glue\glue_serialize_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\..\port\platform\image-decoders\ico\ICOImageDecoder_unittest.cpp"
- >
- </File>
- <File
- RelativePath="..\..\glue\iframe_redirect_unittest.cc"
- >
- </File>
- <File
- RelativePath=".\keyboard_unittest.cc"
- >
- </File>
- <File
- RelativePath=".\layout_test_controller_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\..\glue\mimetype_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\..\glue\multipart_response_delegate_unittest.cc"
- >
- </File>
- <File
- RelativePath=".\node_leak_test.cc"
- >
- </File>
- <File
- RelativePath="..\..\glue\password_autocomplete_listener_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\..\..\skia\ext\platform_canvas_unittest.cc"
- >
- </File>
- <File
- RelativePath=".\plugin_tests.cc"
- >
- </File>
- <File
- RelativePath="..\..\glue\regular_expression_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\..\glue\resource_fetcher_unittest.cc"
- >
- </File>
- <File
- RelativePath=".\text_input_controller_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\..\port\platform\graphics\chromium\UniscribeHelper_unittest.cpp"
- >
- </File>
- <File
- RelativePath="..\..\..\skia\ext\vector_canvas_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\..\glue\webframe_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\..\glue\webplugin_impl_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\..\port\platform\image-decoders\xbm\XBMImageDecoder_unittest.cpp"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="test_shell_tests" + ProjectGUID="{E6766F81-1FCD-4CD7-BC16-E36964A14867}" + RootNamespace="test_shell_tests" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="1" + InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;.\test_shell_tests.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + ConfigurationType="1" + InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;.\test_shell_tests.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="support" + > + <File + RelativePath=".\drag_delegate.cc" + > + </File> + <File + RelativePath=".\drag_delegate.h" + > + </File> + <File + RelativePath=".\drop_delegate.cc" + > + </File> + <File + RelativePath=".\drop_delegate.h" + > + </File> + <File + RelativePath=".\event_sending_controller.cc" + > + </File> + <File + RelativePath=".\event_sending_controller.h" + > + </File> + <File + RelativePath=".\image_decoder_unittest.cc" + > + </File> + <File + RelativePath=".\image_decoder_unittest.h" + > + </File> + <File + RelativePath=".\layout_test_controller.cc" + > + </File> + <File + RelativePath=".\layout_test_controller.h" + > + </File> + <File + RelativePath="..\..\..\net\base\net_resources.rc" + > + </File> + <File + RelativePath=".\resource.h" + > + </File> + <File + RelativePath=".\run_all_tests.cc" + > + </File> + <File + RelativePath=".\simple_resource_loader_bridge.cc" + > + </File> + <File + RelativePath=".\resources\small.ico" + > + </File> + <File + RelativePath=".\test_navigation_controller.cc" + > + </File> + <File + RelativePath=".\test_navigation_controller.h" + > + </File> + <File + RelativePath=".\test_shell.cc" + > + </File> + <File + RelativePath=".\test_shell.h" + > + </File> + <File + RelativePath=".\resources\test_shell.ico" + > + </File> + <File + RelativePath=".\resources\test_shell.rc" + > + </File> + <File + RelativePath=".\test_shell_request_context.cc" + > + </File> + <File + RelativePath=".\test_shell_request_context.h" + > + </File> + <File + RelativePath=".\test_shell_switches.cc" + > + </File> + <File + RelativePath=".\test_shell_switches.h" + > + </File> + <File + RelativePath=".\test_shell_test.cc" + > + </File> + <File + RelativePath=".\test_shell_test.h" + > + </File> + <File + RelativePath=".\test_shell_win.cc" + > + </File> + <File + RelativePath=".\test_webview_delegate.cc" + > + </File> + <File + RelativePath=".\test_webview_delegate.h" + > + </File> + <File + RelativePath=".\test_webview_delegate_win.cc" + > + </File> + <File + RelativePath=".\text_input_controller.cc" + > + </File> + <File + RelativePath=".\text_input_controller.h" + > + </File> + <File + RelativePath=".\webview_host.h" + > + </File> + <File + RelativePath=".\webview_host_win.cc" + > + </File> + <File + RelativePath=".\webwidget_host.h" + > + </File> + <File + RelativePath=".\webwidget_host_win.cc" + > + </File> + </Filter> + <Filter + Name="tests" + > + <File + RelativePath="..\..\port\platform\image-decoders\bmp\BMPImageDecoder_unittest.cpp" + > + </File> + <File + RelativePath="..\..\glue\bookmarklet_unittest.cc" + > + </File> + <File + RelativePath="..\..\glue\context_menu_unittest.cc" + > + </File> + <File + RelativePath="..\..\glue\cpp_bound_class_unittest.cc" + > + </File> + <File + RelativePath="..\..\glue\cpp_variant_unittest.cc" + > + </File> + <File + RelativePath="..\..\glue\dom_operations_unittest.cc" + > + </File> + <File + RelativePath="..\..\glue\dom_serializer_unittest.cc" + > + </File> + <File + RelativePath="..\..\port\platform\GKURL_unittest.cpp" + > + </File> + <File + RelativePath="..\..\glue\glue_serialize_unittest.cc" + > + </File> + <File + RelativePath="..\..\port\platform\image-decoders\ico\ICOImageDecoder_unittest.cpp" + > + </File> + <File + RelativePath="..\..\glue\iframe_redirect_unittest.cc" + > + </File> + <File + RelativePath=".\keyboard_unittest.cc" + > + </File> + <File + RelativePath=".\layout_test_controller_unittest.cc" + > + </File> + <File + RelativePath="..\..\glue\mimetype_unittest.cc" + > + </File> + <File + RelativePath="..\..\glue\multipart_response_delegate_unittest.cc" + > + </File> + <File + RelativePath=".\node_leak_test.cc" + > + </File> + <File + RelativePath="..\..\glue\password_autocomplete_listener_unittest.cc" + > + </File> + <File + RelativePath="..\..\..\skia\ext\platform_canvas_unittest.cc" + > + </File> + <File + RelativePath=".\plugin_tests.cc" + > + </File> + <File + RelativePath="..\..\glue\regular_expression_unittest.cc" + > + </File> + <File + RelativePath="..\..\glue\resource_fetcher_unittest.cc" + > + </File> + <File + RelativePath=".\text_input_controller_unittest.cc" + > + </File> + <File + RelativePath="..\..\port\platform\graphics\chromium\UniscribeHelper_unittest.cpp" + > + </File> + <File + RelativePath="..\..\..\skia\ext\vector_canvas_unittest.cc" + > + </File> + <File + RelativePath="..\..\glue\webframe_unittest.cc" + > + </File> + <File + RelativePath="..\..\glue\webplugin_impl_unittest.cc" + > + </File> + <File + RelativePath="..\..\port\platform\image-decoders\xbm\XBMImageDecoder_unittest.cpp" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |