summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_installer.gypi
diff options
context:
space:
mode:
authorgrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-16 02:48:44 +0000
committergrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-16 02:48:44 +0000
commit26c950e4508c8b1fc8778f56541593f044e55e54 (patch)
tree2da2c11f4e08be175e6ca8d09a6e1c08c37634cf /chrome/chrome_installer.gypi
parent9cbc3525b5fc8ccf8e9a99be854e3b45fbac0b1b (diff)
downloadchromium_src-26c950e4508c8b1fc8778f56541593f044e55e54.zip
chromium_src-26c950e4508c8b1fc8778f56541593f044e55e54.tar.gz
chromium_src-26c950e4508c8b1fc8778f56541593f044e55e54.tar.bz2
New installation validator machinery to check the machine state. This CL contains the third and final part of the validator: helper functions to cause the firing of nonfatal test failures for violations. These are to be used by other tests that mutate the machine state.
BUG=none TEST=none Review URL: http://codereview.chromium.org/6499010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75059 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_installer.gypi')
-rw-r--r--chrome/chrome_installer.gypi7
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
index 62eebe2..fd7d4fb 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -89,6 +89,8 @@
'installer/util/google_update_settings_unittest.cc',
'installer/util/install_util_unittest.cc',
'installer/util/installation_validator_unittest.cc',
+ 'installer/util/installation_validation_helper.cc',
+ 'installer/util/installation_validation_helper.h',
'installer/util/installer_state_unittest.cc',
'installer/util/installer_util_unittests.rc',
'installer/util/installer_util_unittests_resource.h',
@@ -151,6 +153,7 @@
'msvs_guid': '4B6E199A-034A-49BD-AB93-458DD37E45B1',
'dependencies': [
'installer_util',
+ 'installer_util_strings',
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/base/base.gyp:base_i18n',
'<(DEPTH)/base/base.gyp:test_support_base',
@@ -161,6 +164,9 @@
'<(DEPTH)',
],
'sources': [
+ '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings/installer_util_strings.rc',
+ 'installer/util/installation_validation_helper.cc',
+ 'installer/util/installation_validation_helper.h',
'test/mini_installer_test/run_all_unittests.cc',
'test/mini_installer_test/chrome_mini_installer.cc',
'test/mini_installer_test/chrome_mini_installer.h',
@@ -334,7 +340,6 @@
'installer/setup/setup_constants.cc', # Move to lib
'installer/setup/setup_constants.h', # Move to lib
'installer/setup/setup_unittests.rc',
- 'installer/setup/setup_unittests.rc',
'installer/setup/setup_unittests_resource.h',
'installer/setup/setup_util.cc',
'installer/setup/setup_util_unittest.cc',