| Index: test/lib/TestGyp.py
|
| diff --git a/test/lib/TestGyp.py b/test/lib/TestGyp.py
|
| index 66c5ece132ac0f2739d3bd54654f3baf97668880..45dcf93abd591898f943a45771e27bc930d4b76a 100644
|
| --- a/test/lib/TestGyp.py
|
| +++ b/test/lib/TestGyp.py
|
| @@ -639,6 +639,7 @@ def FindVisualStudioInstallation():
|
| for drive in range(ord('C'), ord('Z') + 1)
|
| for suffix in ['', ' (x86)']]
|
| possible_paths = {
|
| + '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',
|
| '2008': r'Microsoft Visual Studio 9.0\Common7\IDE\devenv.com',
|
|
|