diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-02 03:27:01 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-02 03:27:01 +0000 |
commit | 5a65c2a355dc850f3f48b22436ec05bd3d6375be (patch) | |
tree | 5154dba2a5122bd47781a15b110b96a1185563c5 /chrome/installer | |
parent | 8c579ee3804a4bc65ed9b8d2d3acda69923113dd (diff) | |
download | chromium_src-5a65c2a355dc850f3f48b22436ec05bd3d6375be.zip chromium_src-5a65c2a355dc850f3f48b22436ec05bd3d6375be.tar.gz chromium_src-5a65c2a355dc850f3f48b22436ec05bd3d6375be.tar.bz2 |
Switching chrome.sln to gyp generated version.
Doing this by using existing vcproj files.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/119021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17379 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer')
-rw-r--r-- | chrome/installer/installer.gyp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp index 21e3a65..d2da7a3 100644 --- a/chrome/installer/installer.gyp +++ b/chrome/installer/installer.gyp @@ -106,6 +106,7 @@ ['OS=="win"', { 'type': '<(library)', 'msvs_guid': 'EFBB1436-A63F-4CD8-9E99-B89226E782EC', + 'msvs_existing_vcproj': 'util/util.vcproj', 'dependencies': [ 'installer_util_strings', '../chrome.gyp:common', @@ -187,6 +188,7 @@ 'target_name': 'gcapi_dll', 'type': 'loadable_module', 'msvs_guid': 'B802A2FE-E4E2-4F5A-905A-D5128875C954', + 'msvs_existing_vcproj': 'gcapi/gcapi_dll.vcproj', 'dependencies': [ '../../google_update/google_update.gyp:google_update', ], @@ -202,6 +204,7 @@ 'target_name': 'gcapi_lib', 'type': 'static_library', 'msvs_guid': 'CD2FD73A-6AAB-4886-B887-760D18E8B635', + 'msvs_existing_vcpj': 'gcapi/gcapi_lib.vcproj', 'dependencies': [ '../../google_update/google_update.gyp:google_update', ], @@ -217,6 +220,7 @@ 'target_name': 'gcapi_test', 'type': 'executable', 'msvs_guid': 'B64B396B-8EF1-4B6B-A07E-48D40EB961AB', + 'msvs_existing_vcproj': 'gcapi/gcapi_test.vcproj', 'dependencies': [ 'gcapi_dll', 'gcapi_lib', @@ -234,6 +238,7 @@ 'target_name': 'installer_unittests', 'type': 'executable', 'msvs_guid': '903F8C1E-537A-4C9E-97BE-075147CBE769', + 'msvs_existing_vcproj': 'util/installer_unittests.vcproj', 'dependencies': [ 'installer_util', 'installer_util_strings', @@ -265,6 +270,7 @@ 'target_name': 'installer_util_strings', 'type': 'none', 'msvs_guid': '0026A376-C4F1-4575-A1BA-578C69F07013', + 'msvs_existing_vcproj': 'util/prebuild/util_prebuild.vcproj', 'actions': [ { # TODO(sgk): Clean this up so that we pass in the @@ -302,6 +308,7 @@ 'target_name': 'mini_installer', 'type': 'executable', 'msvs_guid': '24A5AC7C-280B-4899-9153-6BA570A081E7', + 'msvs_existing_vcproj': 'mini_installer/mini_installer.vcproj', 'dependencies': [ '../chrome.gyp:app', '../chrome.gyp:chrome_dll', @@ -419,6 +426,7 @@ 'target_name': 'mini_installer_test', 'type': 'executable', 'msvs_guid': '4B6E199A-034A-49BD-AB93-458DD37E45B1', + 'msvs_existing_vcproj': '../test/mini_installer_test/mini_installer_test.vcproj', 'dependencies': [ 'installer_util', '../../base/base.gyp:base', @@ -441,6 +449,7 @@ 'target_name': 'setup', 'type': 'executable', 'msvs_guid': '21C76E6E-8B38-44D6-8148-B589C13B9554', + 'msvs_existing_vcproj': 'setup/setup.vcproj', 'dependencies': [ 'installer_util', 'installer_util_strings', |