diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-03 00:32:37 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-03 00:32:37 +0000 |
commit | 4571a5f8b252e562631a43c05cbfcbbba7f3915c (patch) | |
tree | cc22f00611fefa44a11c8c9314e2db5c4e86c63a /chrome/installer/installer.gyp | |
parent | 14c4fa87158b28833795006b849b0ccaf4d75525 (diff) | |
download | chromium_src-4571a5f8b252e562631a43c05cbfcbbba7f3915c.zip chromium_src-4571a5f8b252e562631a43c05cbfcbbba7f3915c.tar.gz chromium_src-4571a5f8b252e562631a43c05cbfcbbba7f3915c.tar.bz2 |
Switching gcapi to be gyp generated.
BUG=None
TEST=None
TBR=sgk
Review URL: http://codereview.chromium.org/118141
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17453 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/installer.gyp')
-rw-r--r-- | chrome/installer/installer.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp index 3159228..f1717cf 100644 --- a/chrome/installer/installer.gyp +++ b/chrome/installer/installer.gyp @@ -188,7 +188,6 @@ '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', ], @@ -204,7 +203,6 @@ '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', ], @@ -220,7 +218,6 @@ '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', |