From 9c049d3680865202aec4aa726ad4709e11796360 Mon Sep 17 00:00:00 2001 From: "grt@chromium.org" Date: Mon, 14 Feb 2011 15:49:12 +0000 Subject: New installation validator machinery to check the machine state. This CL contains the first two parts of the validator: 1. installer::InstallationValidator class, used by setup.exe to confirm that all is well following an installer operation. Violations are logged at ERROR level. 2. validate_installation.exe, used by humans to check the overall state of a machine. The third part, in which violations fire nonfatal test failures for use in other tests, will follow in a subsequent CL. BUG=none TEST=Run validate_installation.exe on machine(s) containing all conceivable permutations of Chrome and Chrome Frame, and see if it reports any violations. Review URL: http://codereview.chromium.org/6490024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74819 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_installer_util.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/chrome_installer_util.gypi') diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi index 3f852bc..b33b28a 100644 --- a/chrome/chrome_installer_util.gypi +++ b/chrome/chrome_installer_util.gypi @@ -113,6 +113,8 @@ 'installer/util/google_chrome_distribution.h', 'installer/util/html_dialog.h', 'installer/util/html_dialog_impl.cc', + 'installer/util/installation_validator.cc', + 'installer/util/installation_validator.h', 'installer/util/logging_installer.cc', 'installer/util/logging_installer.h', 'installer/util/lzma_util.cc', -- cgit v1.1