summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorsgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-04 21:53:56 +0000
committersgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-04 21:53:56 +0000
commit6c2d7042648bed456e8d5436b668d57a38e54ba7 (patch)
tree6c5a39e3ab202da84fedcf22b708867127432484 /chrome/chrome.gyp
parent5343ab8e6cac9890de6de8f69711790a144cbc9b (diff)
downloadchromium_src-6c2d7042648bed456e8d5436b668d57a38e54ba7.zip
chromium_src-6c2d7042648bed456e8d5436b668d57a38e54ba7.tar.gz
chromium_src-6c2d7042648bed456e8d5436b668d57a38e54ba7.tar.bz2
Convert most of the chrome .lib files to gyp generation:
automation.lib, common.lib, debugger.lib, plugin.lib, renderer.lib. BUG=none TEST=none Review URL: http://codereview.chromium.org/118254 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17675 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 9d916dd..7b2f92c 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -224,7 +224,6 @@
'target_name': 'common',
'type': '<(library)',
'msvs_guid': '899F1280-3441-4D1F-BA04-CCD6208D9146',
- 'msvs_existing_vcproj': 'common/common.vcproj',
'dependencies': [
'chrome_resources',
'chrome_strings',
@@ -1861,7 +1860,6 @@
'target_name': 'debugger',
'type': '<(library)',
'msvs_guid': '57823D8C-A317-4713-9125-2C91FDFD12D6',
- 'msvs_existing_vcproj': 'browser/debugger/debugger.vcproj',
'dependencies': [
'chrome_resources',
'theme_resources',
@@ -1932,7 +1930,6 @@
'target_name': 'plugin',
'type': '<(library)',
'msvs_guid': '20A560A0-2CD0-4D9E-A58B-1F24B99C087A',
- 'msvs_existing_vcproj': 'plugin/plugin.vcproj',
'dependencies': [
'common',
'chrome_resources',
@@ -2000,7 +1997,6 @@
'target_name': 'renderer',
'type': '<(library)',
'msvs_guid': '9301A569-5D2B-4D11-9332-B1E30AEACB8D',
- 'msvs_existing_vcproj': 'renderer/renderer.vcproj',
'dependencies': [
'common',
'plugin',
@@ -3831,7 +3827,6 @@
'target_name': 'automation',
'type': '<(library)',
'msvs_guid': '1556EF78-C7E6-43C8-951F-F6B43AC0DD12',
- 'msvs_existing_vcproj': 'test/automation/automation.vcproj',
'dependencies': [
'theme_resources',
'../skia/skia.gyp:skia',