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

Unified Diff: test/lib/TestGyp.py

Issue 11236042: ninja windows: add flag support for code analysis (aka PREfast) (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 8 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 | « pylib/gyp/msvs_emulation.py ('k') | test/win/compiler-flags/analysis.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/lib/TestGyp.py
===================================================================
--- test/lib/TestGyp.py (revision 1520)
+++ test/lib/TestGyp.py (working copy)
@@ -621,8 +621,10 @@
Failing that, we search for likely deployment paths.
"""
possible_roots = ['C:\\Program Files (x86)', 'C:\\Program Files',
+ 'D:\\Program Files (x86)', 'D:\\Program Files',
'E:\\Program Files (x86)', 'E:\\Program Files']
Evan Martin 2012/10/22 20:31:04 ['%s:\\Program Files%s' % (drive, suffix) for dri
possible_paths = {
+ '2012': r'Microsoft Visual Studio 11.0\Common7\IDE\devenv.com',
'2010': r'Microsoft Visual Studio 10.0\Common7\IDE\devenv.com',
'2008': r'Microsoft Visual Studio 9.0\Common7\IDE\devenv.com',
'2005': r'Microsoft Visual Studio 8\Common7\IDE\devenv.com'}
« no previous file with comments | « pylib/gyp/msvs_emulation.py ('k') | test/win/compiler-flags/analysis.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698