Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8037)

Unified Diff: chrome/chrome_installer.gypi

Issue 6490024: New installation validator machinery to check the machine state.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_installer.gypi
===================================================================
--- chrome/chrome_installer.gypi (revision 74446)
+++ chrome/chrome_installer.gypi (working copy)
@@ -69,6 +69,7 @@
'<(DEPTH)/base/base.gyp:test_support_base',
'<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
'<(DEPTH)/testing/gtest.gyp:gtest',
+ '<(DEPTH)/testing/gmock.gyp:gmock',
tommi (sloooow) - chröme 2011/02/12 00:11:17 I believe this should be above the gtest line
grt (UTC plus 2) 2011/02/14 04:05:20 Done.
],
'include_dirs': [
'<(DEPTH)',
@@ -87,6 +88,7 @@
'installer/util/google_chrome_distribution_unittest.cc',
'installer/util/google_update_settings_unittest.cc',
'installer/util/install_util_unittest.cc',
+ 'installer/util/installation_validator_unittest.cc',
'installer/util/installer_state_unittest.cc',
'installer/util/installer_util_unittests.rc',
'installer/util/installer_util_unittests_resource.h',

Powered by Google App Engine
This is Rietveld 408576698