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

Unified Diff: chrome/installer/mini_installer.gyp

Issue 10918111: Remove some code that tried to support MSVS2005 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer.gyp
diff --git a/chrome/installer/mini_installer.gyp b/chrome/installer/mini_installer.gyp
index 73ca4f0a2762fe59b4a3f431bbf6ae12dfb10e32..49084bc8cd072c8590f83dafa7a8309d6a607bb8 100644
--- a/chrome/installer/mini_installer.gyp
+++ b/chrome/installer/mini_installer.gyp
@@ -70,14 +70,6 @@
'shlwapi.lib',
'setupapi.lib',
],
- 'conditions': [
- ['MSVS_VERSION=="2005e"', {
- 'AdditionalDependencies': [ # Must explicitly link in VC2005E
- 'advapi32.lib',
- 'shell32.lib',
- ],
- }],
- ],
},
'VCManifestTool': {
'AdditionalManifestFiles': [
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698