summaryrefslogtreecommitdiffstats
path: root/chrome/worker
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-03 00:26:33 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-03 00:26:33 +0000
commit14c4fa87158b28833795006b849b0ccaf4d75525 (patch)
treec87ab572854f80c6374c00118922c59e01ad0d39 /chrome/worker
parent15dd08902ae761ddbf01bfcdeb556e4bb68b1ceb (diff)
downloadchromium_src-14c4fa87158b28833795006b849b0ccaf4d75525.zip
chromium_src-14c4fa87158b28833795006b849b0ccaf4d75525.tar.gz
chromium_src-14c4fa87158b28833795006b849b0ccaf4d75525.tar.bz2
Convert worker.vcproj to gyp generation.
BUG=none TEST=none Review URL: http://codereview.chromium.org/118133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17452 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/worker')
-rw-r--r--chrome/worker/worker.vcproj171
1 files changed, 0 insertions, 171 deletions
diff --git a/chrome/worker/worker.vcproj b/chrome/worker/worker.vcproj
deleted file mode 100644
index 96d5aa34..0000000
--- a/chrome/worker/worker.vcproj
+++ /dev/null
@@ -1,171 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="worker"
- ProjectGUID="{C78D02D0-A366-4EC6-A248-AA8E64C4BA18}"
- RootNamespace="worker"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;..\tools\build\win\precompiled.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="VCLibrarianTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;..\..\build\release.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="VCLibrarianTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath="..\tools\build\win\precompiled.cc"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\tools\build\win\precompiled.h"
- >
- </File>
- <File
- RelativePath=".\webworkerclient_proxy.cc"
- >
- </File>
- <File
- RelativePath=".\webworkerclient_proxy.h"
- >
- </File>
- <File
- RelativePath=".\worker_main.cc"
- >
- </File>
- <File
- RelativePath=".\worker_thread.cc"
- >
- </File>
- <File
- RelativePath=".\worker_thread.h"
- >
- </File>
- <File
- RelativePath=".\worker_webkitclient_impl.cc"
- >
- </File>
- <File
- RelativePath=".\worker_webkitclient_impl.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>