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

Unified Diff: pylib/gyp/MSVSVersion.py

Issue 341041: Switching vs2008 to be preferred when present. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 11 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pylib/gyp/MSVSVersion.py
===================================================================
--- pylib/gyp/MSVSVersion.py (revision 734)
+++ pylib/gyp/MSVSVersion.py (working copy)
@@ -94,7 +94,7 @@
"""
version_to_year = { '8.0': '2005', '9.0': '2008' }
versions = []
- for version in ['8.0', '9.0']:
+ for version in ['9.0', '8.0']:
# Get the install dir for this version.
key = r'HKLM\Software\Microsoft\VisualStudio\%s' % version
path = _RegistryGetValue(key, 'InstallDir')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698