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

Unified Diff: test/lib/TestGyp.py

Issue 1946883002: Enabling /ZW (CompileAsWinRT) option for msvs (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Fix line endings Created 4 years, 7 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/generator/msvs.py ('k') | test/win/compiler-flags/compile-as-winrt.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/lib/TestGyp.py
diff --git a/test/lib/TestGyp.py b/test/lib/TestGyp.py
index f32099be98794f9a90db3cd378ad777314266ca7..f42ee40dbd73ed901312bdf5229cea9613bd874d 100644
--- a/test/lib/TestGyp.py
+++ b/test/lib/TestGyp.py
@@ -706,6 +706,7 @@ def FindVisualStudioInstallation():
for drive in range(ord('C'), ord('Z') + 1)
for suffix in ['', ' (x86)']]
possible_paths = {
+ '2015': r'Microsoft Visual Studio 14.0\Common7\IDE\devenv.com',
'2013': r'Microsoft Visual Studio 12.0\Common7\IDE\devenv.com',
'2012': r'Microsoft Visual Studio 11.0\Common7\IDE\devenv.com',
'2010': r'Microsoft Visual Studio 10.0\Common7\IDE\devenv.com',
« no previous file with comments | « pylib/gyp/generator/msvs.py ('k') | test/win/compiler-flags/compile-as-winrt.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698