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

Unified Diff: chrome/installer/installer.gyp

Issue 118247: Add project for setup unittests (Closed)
Patch Set: fix tab char Created 11 years, 7 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
« no previous file with comments | « no previous file | chrome/installer/setup/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/installer.gyp
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp
index f1717cf52a23484eb751993211d37fd7146c1301..8cf5fc38a886c4e48a01f42073e6cdedc3568b82 100644
--- a/chrome/installer/installer.gyp
+++ b/chrome/installer/installer.gyp
@@ -232,10 +232,10 @@
],
},
{
- 'target_name': 'installer_unittests',
+ 'target_name': 'util_unittests',
Nicolas Sylvain 2009/06/08 20:19:20 installer_util maybe?
'type': 'executable',
'msvs_guid': '903F8C1E-537A-4C9E-97BE-075147CBE769',
- 'msvs_existing_vcproj': 'util/installer_unittests.vcproj',
+ 'msvs_existing_vcproj': 'util/util_unittests.vcproj',
'dependencies': [
'installer_util',
'installer_util_strings',
@@ -255,8 +255,8 @@
'util/delete_tree_work_item_unittest.cc',
'util/google_chrome_distribution_unittest.cc',
'util/helper_unittest.cc',
- 'util/installer_unittests.rc',
- 'util/installer_unittests_resource.h',
+ 'util/util_unittests.rc',
+ 'util/util_unittests_resource.h',
'util/move_tree_work_item_unittest.cc',
'util/run_all_unittests.cc',
'util/set_reg_value_work_item_unittest.cc',
@@ -566,6 +566,24 @@
}],
],
},
+ {
+ 'target_name': 'setup_unittests',
+ 'type': 'executable',
+ 'msvs_guid': 'C0AE4E06-F023-460F-BC14-6302CEAC51F8',
+ 'dependencies': [
+ 'installer_util',
+ '../../base/base.gyp:base',
+ '../../testing/gtest.gyp:gtest',
+ ],
+ 'include_dirs': [
+ '../..',
+ ],
+ 'sources': [
+ 'setup/run_all_unittests.cc',
+ 'setup/setup_util.cc',
+ 'setup/setup_util_unittest.cc',
+ ],
+ },
],
}],
[ 'branding == "Chrome"', {
« no previous file with comments | « no previous file | chrome/installer/setup/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698