diff options
Diffstat (limited to 'chrome/test/perf/perftests.vcproj')
-rw-r--r-- | chrome/test/perf/perftests.vcproj | 204 |
1 files changed, 0 insertions, 204 deletions
diff --git a/chrome/test/perf/perftests.vcproj b/chrome/test/perf/perftests.vcproj deleted file mode 100644 index 9f0d3cf..0000000 --- a/chrome/test/perf/perftests.vcproj +++ /dev/null @@ -1,204 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="perf_tests" - ProjectGUID="{9055E088-25C6-47FD-87D5-D9DD9FD75C9F}" - RootNamespace="perf_tests" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="1" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\third_party\ffmpeg\using_ffmpeg.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops;$(SolutionDir)..\skia\using_skia.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="PERF_TEST;_CRT_RAND_S" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="shlwapi.lib rpcrt4.lib winmm.lib" - LinkIncremental="1" - SubSystem="1" - /> - <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\common.vsprops;$(SolutionDir)..\build\release.vsprops;..\..\..\third_party\ffmpeg\using_ffmpeg.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops;$(SolutionDir)..\skia\using_skia.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="PERF_TEST;_CRT_RAND_S" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="shlwapi.lib rpcrt4.lib winmm.lib" - SubSystem="1" - /> - <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="TestVisitedLink" - > - <File - RelativePath="..\..\browser\visitedlink_master.cc" - > - </File> - <File - RelativePath="..\..\browser\visitedlink_perftest.cc" - > - </File> - </Filter> - <Filter - Name="Common" - > - <File - RelativePath=".\perftests.cc" - > - </File> - <File - RelativePath="..\..\..\base\perftimer.cc" - > - </File> - </Filter> - <Filter - Name="TestURLParser" - > - <File - RelativePath=".\url_parse_perftest.cc" - > - </File> - </Filter> - <Filter - Name="TestJSONSerializer" - > - <File - RelativePath="..\..\common\json_value_serializer_perftest.cc" - > - </File> - </Filter> - <Filter - Name="TestSafeBrowsing" - > - <File - RelativePath="..\..\browser\safe_browsing\filter_false_positive_perftest.cc" - > - </File> - <File - RelativePath="..\..\browser\safe_browsing\database_perftest.cc" - > - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> |