summaryrefslogtreecommitdiffstats
path: root/chrome/installer
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-28 23:22:19 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-28 23:22:19 +0000
commit357ab072ed24de668b23faf97c7b34d948fcff83 (patch)
tree6fe08a8eb42e019ae508284958f74ed89fb001f0 /chrome/installer
parent71a9c12f308edda7a8c97214e301b943d8ac6822 (diff)
downloadchromium_src-357ab072ed24de668b23faf97c7b34d948fcff83.zip
chromium_src-357ab072ed24de668b23faf97c7b34d948fcff83.tar.gz
chromium_src-357ab072ed24de668b23faf97c7b34d948fcff83.tar.bz2
Remove unreferenced .vcproj files.
BUG=none TEST=none Review URL: http://codereview.chromium.org/159534 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21917 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer')
-rw-r--r--chrome/installer/mini_installer/mini_installer.vcproj127
-rw-r--r--chrome/installer/util/installer_util_unittests.vcproj218
2 files changed, 0 insertions, 345 deletions
diff --git a/chrome/installer/mini_installer/mini_installer.vcproj b/chrome/installer/mini_installer/mini_installer.vcproj
deleted file mode 100644
index abe312a..0000000
--- a/chrome/installer/mini_installer/mini_installer.vcproj
+++ /dev/null
@@ -1,127 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="mini_installer"
- ProjectGUID="{24A5AC7C-280B-4899-9153-6BA570A081E7}"
- RootNamespace="mini_installer"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- <ToolFile
- RelativePath="..\..\tools\build\win\release.rules"
- />
- <ToolFile
- RelativePath="..\..\tools\build\win\version.rules"
- />
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="1"
- InheritedPropertySheets=".\mini_installer_debug.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops"
- >
- <Tool
- Name="Create Installer Archive"
- LastChromeInstaller="$(LAST_CHROME_INSTALLER)"
- SkipRebuildArchive="$(SKIP_REBUILD_CHROME_ARCHIVE)"
- SetupExeFormat="$(SETUP_EXE_FORMAT)"
- DiffAlgorithm="$(DIFF_ALGORITHM)"
- />
- <Tool
- Name="Version"
- />
- <Tool
- Name="VCCLCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCLinkerTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="1"
- InheritedPropertySheets=".\mini_installer_release.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops"
- >
- <Tool
- Name="Create Installer Archive"
- LastChromeInstaller="$(LAST_CHROME_INSTALLER)"
- SkipRebuildArchive="$(SKIP_REBUILD_CHROME_ARCHIVE)"
- SetupExeFormat="$(SETUP_EXE_FORMAT)"
- DiffAlgorithm="$(DIFF_ALGORITHM)"
- />
- <Tool
- Name="Version"
- />
- <Tool
- Name="VCCLCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCLinkerTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="resources"
- >
- <File
- RelativePath=".\mini_installer.ico"
- >
- </File>
- <File
- RelativePath=".\mini_installer.rc"
- >
- </File>
- <File
- RelativePath=".\mini_installer_exe_version.rc.version"
- >
- </File>
- <File
- RelativePath=".\mini_installer_resource.h"
- >
- </File>
- </Filter>
- <File
- RelativePath=".\chrome.release"
- >
- </File>
- <File
- RelativePath=".\mini_installer.cc"
- >
- </File>
- <File
- RelativePath=".\mini_installer.h"
- >
- </File>
- <File
- RelativePath=".\pe_resource.cc"
- >
- </File>
- <File
- RelativePath=".\pe_resource.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/chrome/installer/util/installer_util_unittests.vcproj b/chrome/installer/util/installer_util_unittests.vcproj
deleted file mode 100644
index c15a999..0000000
--- a/chrome/installer/util/installer_util_unittests.vcproj
+++ /dev/null
@@ -1,218 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="installer_util_unittests"
- ProjectGUID="{903F8C1E-537A-4C9E-97BE-075147CBE769}"
- RootNamespace="installer_util_unittests"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="1"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)\tools\build\win\unit_test.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops;$(SolutionDir)installer\util\using_util.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"
- AdditionalManifestFiles="$(SolutionDir)installer\mini_installer\mini_installer.exe.manifest"
- />
- <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;$(SolutionDir)\tools\build\win\unit_test.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops;$(SolutionDir)installer\util\using_util.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"
- AdditionalManifestFiles="$(SolutionDir)installer\mini_installer\mini_installer.exe.manifest"
- />
- <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="resources"
- >
- <File
- RelativePath="installer_util_unittests.rc"
- >
- </File>
- <File
- RelativePath="unit_unittests_resource.h"
- >
- </File>
- </Filter>
- <Filter
- Name="support"
- >
- <File
- RelativePath="run_all_unittests.cc"
- >
- </File>
- </Filter>
- <Filter
- Name="tests"
- >
- <File
- RelativePath="..\setup\compat_checks_unittest.cc"
- >
- </File>
- <File
- RelativePath="copy_tree_work_item_unittest.cc"
- >
- </File>
- <File
- RelativePath="create_dir_work_item_unittest.cc"
- >
- </File>
- <File
- RelativePath="create_reg_key_work_item_unittest.cc"
- >
- </File>
- <File
- RelativePath="delete_reg_value_work_item_unittest.cc"
- >
- </File>
- <File
- RelativePath="delete_tree_work_item_unittest.cc"
- >
- </File>
- <File
- RelativePath="google_chrome_distribution_unittest.cc"
- >
- </File>
- <File
- RelativePath="helper_unittest.cc"
- >
- </File>
- <File
- RelativePath="move_tree_work_item_unittest.cc"
- >
- </File>
- <File
- RelativePath="set_reg_value_work_item_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\setup\setup_constants.cc"
- >
- </File>
- <File
- RelativePath="work_item_list_unittest.cc"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>