summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-10 07:47:49 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-10 07:47:49 +0000
commit2b6fc3d0f7eceb62e7831acf8993ab025542f795 (patch)
tree920ed1bac9271fb8aaa3aa540e89e33f5266985a /chrome/installer/util
parentedf19748aedf9feec96d27a8f05a8e0dec888894 (diff)
downloadchromium_src-2b6fc3d0f7eceb62e7831acf8993ab025542f795.zip
chromium_src-2b6fc3d0f7eceb62e7831acf8993ab025542f795.tar.gz
chromium_src-2b6fc3d0f7eceb62e7831acf8993ab025542f795.tar.bz2
Remove checked-in .vcproj files that have been converted to gyp.
BUG=none TEST=successful build Review URL: http://codereview.chromium.org/119411 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18044 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util')
-rw-r--r--chrome/installer/util/prebuild/util_prebuild.vcproj74
-rw-r--r--chrome/installer/util/util.vcproj334
2 files changed, 0 insertions, 408 deletions
diff --git a/chrome/installer/util/prebuild/util_prebuild.vcproj b/chrome/installer/util/prebuild/util_prebuild.vcproj
deleted file mode 100644
index 6432f2c..0000000
--- a/chrome/installer/util/prebuild/util_prebuild.vcproj
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="util_prebuild"
- ProjectGUID="{0026A376-C4F1-4575-A1BA-578C69F07013}"
- RootNamespace="util_prebuild"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="10"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="create_string_rc.bat $(IntDir)"
- AdditionalDependencies="create_string_rc.py;$(SolutionDir)\app\generated_resources.grd"
- Outputs="$(IntDir)\installer_util_strings.rc;$(IntDir)\installer_util_strings.h"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="10"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="create_string_rc.bat $(IntDir)"
- AdditionalDependencies="create_string_rc.py;$(SolutionDir)\app\generated_resources.grd"
- Outputs="$(IntDir)\installer_util_strings.rc;$(IntDir)\installer_util_strings.h"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath=".\create_string_rc.bat"
- >
- </File>
- <File
- RelativePath=".\create_string_rc.py"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/chrome/installer/util/util.vcproj b/chrome/installer/util/util.vcproj
deleted file mode 100644
index 176be4e..0000000
--- a/chrome/installer/util/util.vcproj
+++ /dev/null
@@ -1,334 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="util"
- ProjectGUID="{EFBB1436-A63F-4CD8-9E99-B89226E782EC}"
- RootNamespace="util"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\chrome\common\common.vsprops;$(SolutionDir)..\chrome\installer\util\using_util.vsprops;$(SolutionDir)..\third_party\lzma_sdk\using_lzma_sdk.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;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\chrome\common\common.vsprops;$(SolutionDir)..\chrome\installer\util\using_util.vsprops;$(SolutionDir)..\third_party\lzma_sdk\using_lzma_sdk.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=".\browser_distribution.cc"
- >
- </File>
- <File
- RelativePath=".\browser_distribution.h"
- >
- </File>
- <File
- RelativePath=".\compat_checks.cc"
- >
- </File>
- <File
- RelativePath=".\compat_checks.h"
- >
- </File>
- <File
- RelativePath=".\copy_tree_work_item.cc"
- >
- </File>
- <File
- RelativePath=".\copy_tree_work_item.h"
- >
- </File>
- <File
- RelativePath=".\create_dir_work_item.cc"
- >
- </File>
- <File
- RelativePath=".\create_dir_work_item.h"
- >
- </File>
- <File
- RelativePath=".\create_reg_key_work_item.cc"
- >
- </File>
- <File
- RelativePath=".\create_reg_key_work_item.h"
- >
- </File>
- <File
- RelativePath=".\delete_reg_value_work_item.cc"
- >
- </File>
- <File
- RelativePath=".\delete_reg_value_work_item.h"
- >
- </File>
- <File
- RelativePath=".\delete_tree_work_item.cc"
- >
- </File>
- <File
- RelativePath=".\delete_tree_work_item.h"
- >
- </File>
- <File
- RelativePath=".\google_chrome_distribution.cc"
- >
- </File>
- <File
- RelativePath=".\google_chrome_distribution.h"
- >
- </File>
- <File
- RelativePath=".\google_update_constants.cc"
- >
- </File>
- <File
- RelativePath=".\google_update_constants.h"
- >
- </File>
- <File
- RelativePath=".\google_update_settings.cc"
- >
- </File>
- <File
- RelativePath=".\google_update_settings.h"
- >
- </File>
- <File
- RelativePath=".\helper.cc"
- >
- </File>
- <File
- RelativePath=".\helper.h"
- >
- </File>
- <File
- RelativePath=".\html_dialog.h"
- >
- </File>
- <File
- RelativePath=".\html_dialog_impl.cc"
- >
- </File>
- <File
- RelativePath=".\install_util.cc"
- >
- </File>
- <File
- RelativePath=".\install_util.h"
- >
- </File>
- <File
- RelativePath="..\..\common\json_value_serializer.cc"
- >
- </File>
- <File
- RelativePath=".\l10n_string_util.cc"
- >
- </File>
- <File
- RelativePath=".\l10n_string_util.h"
- >
- </File>
- <File
- RelativePath=".\logging_installer.cc"
- >
- </File>
- <File
- RelativePath=".\logging_installer.h"
- >
- </File>
- <File
- RelativePath=".\lzma_util.cc"
- >
- </File>
- <File
- RelativePath=".\lzma_util.h"
- >
- </File>
- <File
- RelativePath=".\master_preferences.cc"
- >
- </File>
- <File
- RelativePath=".\master_preferences.h"
- >
- </File>
- <File
- RelativePath=".\move_tree_work_item.cc"
- >
- </File>
- <File
- RelativePath=".\move_tree_work_item.h"
- >
- </File>
- <File
- RelativePath="..\..\common\pref_names.cc"
- >
- </File>
- <File
- RelativePath=".\self_reg_work_item.cc"
- >
- </File>
- <File
- RelativePath=".\self_reg_work_item.h"
- >
- </File>
- <File
- RelativePath=".\set_reg_value_work_item.cc"
- >
- </File>
- <File
- RelativePath=".\set_reg_value_work_item.h"
- >
- </File>
- <File
- RelativePath=".\shell_util.cc"
- >
- </File>
- <File
- RelativePath=".\shell_util.h"
- >
- </File>
- <File
- RelativePath=".\util_constants.cc"
- >
- </File>
- <File
- RelativePath=".\util_constants.h"
- >
- </File>
- <File
- RelativePath=".\version.cc"
- >
- </File>
- <File
- RelativePath=".\version.h"
- >
- </File>
- <File
- RelativePath=".\work_item.cc"
- >
- </File>
- <File
- RelativePath=".\work_item.h"
- >
- </File>
- <File
- RelativePath=".\work_item_list.cc"
- >
- </File>
- <File
- RelativePath=".\work_item_list.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>