diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-03 00:32:37 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-03 00:32:37 +0000 |
commit | 4571a5f8b252e562631a43c05cbfcbbba7f3915c (patch) | |
tree | cc22f00611fefa44a11c8c9314e2db5c4e86c63a /chrome/installer/gcapi | |
parent | 14c4fa87158b28833795006b849b0ccaf4d75525 (diff) | |
download | chromium_src-4571a5f8b252e562631a43c05cbfcbbba7f3915c.zip chromium_src-4571a5f8b252e562631a43c05cbfcbbba7f3915c.tar.gz chromium_src-4571a5f8b252e562631a43c05cbfcbbba7f3915c.tar.bz2 |
Switching gcapi to be gyp generated.
BUG=None
TEST=None
TBR=sgk
Review URL: http://codereview.chromium.org/118141
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17453 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/gcapi')
-rw-r--r-- | chrome/installer/gcapi/gcapi_dll.vcproj | 56 | ||||
-rw-r--r-- | chrome/installer/gcapi/gcapi_lib.vcproj | 56 | ||||
-rw-r--r-- | chrome/installer/gcapi/gcapi_test.vcproj | 160 |
3 files changed, 0 insertions, 272 deletions
diff --git a/chrome/installer/gcapi/gcapi_dll.vcproj b/chrome/installer/gcapi/gcapi_dll.vcproj deleted file mode 100644 index d84889c..0000000 --- a/chrome/installer/gcapi/gcapi_dll.vcproj +++ /dev/null @@ -1,56 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="gcapi_dll" - ProjectGUID="{B802A2FE-E4E2-4F5A-905A-D5128875C954}" - RootNamespace="gcapi" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="2" - InheritedPropertySheets=".\gcapi.vsprops;$(SolutionDir)..\build\debug.vsprops" - > - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCLinkerTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - ConfigurationType="2" - InheritedPropertySheets=".\gcapi.vsprops;$(SolutionDir)..\build\release.vsprops" - > - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCLinkerTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <File - RelativePath=".\gcapi.cc" - > - </File> - <File - RelativePath=".\gcapi.h" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/chrome/installer/gcapi/gcapi_lib.vcproj b/chrome/installer/gcapi/gcapi_lib.vcproj deleted file mode 100644 index d73f208..0000000 --- a/chrome/installer/gcapi/gcapi_lib.vcproj +++ /dev/null @@ -1,56 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="gcapi_lib" - ProjectGUID="{CD2FD73A-6AAB-4886-B887-760D18E8B635}" - RootNamespace="gcapi" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="4" - InheritedPropertySheets=".\gcapi.vsprops;$(SolutionDir)..\build\debug.vsprops" - > - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCLibrarianTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - ConfigurationType="4" - InheritedPropertySheets=".\gcapi.vsprops;$(SolutionDir)..\build\release.vsprops" - > - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCLibrarianTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <File - RelativePath=".\gcapi.cc" - > - </File> - <File - RelativePath=".\gcapi.h" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/chrome/installer/gcapi/gcapi_test.vcproj b/chrome/installer/gcapi/gcapi_test.vcproj deleted file mode 100644 index d51b464..0000000 --- a/chrome/installer/gcapi/gcapi_test.vcproj +++ /dev/null @@ -1,160 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="gcapi_test" - ProjectGUID="{B64B396B-8EF1-4B6B-A07E-48D40EB961AB}" - RootNamespace="gcapi_test" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="1" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.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\common.vsprops;$(SolutionDir)..\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="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> - <File - RelativePath=".\gcapi.h" - > - </File> - <File - RelativePath=".\gcapi_test.cc" - > - </File> - <File - RelativePath=".\gcapi_test.rc" - > - </File> - <File - RelativePath=".\resource.h" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> |