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

Unified Diff: chrome/installer/mini_installer.gypi

Issue 233843003: Remove a few dead MSVS_VERSION checks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more Created 6 years, 8 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') | testing/gtest.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer.gypi
diff --git a/chrome/installer/mini_installer.gypi b/chrome/installer/mini_installer.gypi
index ef0ccf494892c6c8cef52679c8a35a83a8265d7a..755b4358bd4573f66299b1c3cfff723ca1f25de7 100644
--- a/chrome/installer/mini_installer.gypi
+++ b/chrome/installer/mini_installer.gypi
@@ -61,14 +61,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') | testing/gtest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698