diff options
author | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-21 22:18:53 +0000 |
---|---|---|
committer | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-21 22:18:53 +0000 |
commit | 0a725742431a93b438d34789a6a1c87be7b3b617 (patch) | |
tree | 10f56f7da103ddee9ad0f5bb613d9cb88920204c /chrome/installer/util/util.vcproj | |
parent | 1cb9d02437992810a6c887bec8bc7861e2e67d05 (diff) | |
download | chromium_src-0a725742431a93b438d34789a6a1c87be7b3b617.zip chromium_src-0a725742431a93b438d34789a6a1c87be7b3b617.tar.gz chromium_src-0a725742431a93b438d34789a6a1c87be7b3b617.tar.bz2 |
Base class for setup's html dialogs
- Couple of things unimplemented to keep the review at a reasonable size
- Will be used for a derived EULADialog class
- Will be used for the inactive user toast annoy-a-tron
- Will be used to warn user of products that conflict with chrome
BUG=1468838
BUG=1484308
Review URL: http://codereview.chromium.org/11552
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5853 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/util.vcproj')
-rw-r--r-- | chrome/installer/util/util.vcproj | 116 |
1 files changed, 103 insertions, 13 deletions
diff --git a/chrome/installer/util/util.vcproj b/chrome/installer/util/util.vcproj index e99dde8..22700c7 100644 --- a/chrome/installer/util/util.vcproj +++ b/chrome/installer/util/util.vcproj @@ -20,11 +20,50 @@ InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)common\common.vsprops;$(SolutionDir)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" @@ -32,13 +71,54 @@ InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)common\common.vsprops;$(SolutionDir)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" @@ -73,19 +153,19 @@ > </File> <File - RelativePath="delete_tree_work_item.cc" + RelativePath="delete_reg_value_work_item.cc" > </File> <File - RelativePath="delete_tree_work_item.h" + RelativePath="delete_reg_value_work_item.h" > </File> <File - RelativePath="delete_reg_value_work_item.cc" + RelativePath="delete_tree_work_item.cc" > </File> <File - RelativePath="delete_reg_value_work_item.h" + RelativePath="delete_tree_work_item.h" > </File> <File @@ -97,6 +177,14 @@ > </File> <File + RelativePath=".\google_update_constants.cc" + > + </File> + <File + RelativePath=".\google_update_constants.h" + > + </File> + <File RelativePath="google_update_settings.cc" > </File> @@ -113,12 +201,20 @@ > </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="l10n_string_util.cc" @@ -145,14 +241,6 @@ > </File> <File - RelativePath=".\google_update_constants.cc" - > - </File> - <File - RelativePath=".\google_update_constants.h" - > - </File> - <File RelativePath=".\master_preferences.cc" > </File> @@ -209,4 +297,6 @@ > </File> </Files> + <Globals> + </Globals> </VisualStudioProject> |