Chromium Code Reviews| Index: pylib/gyp/MSVSVersion.py |
| diff --git a/pylib/gyp/MSVSVersion.py b/pylib/gyp/MSVSVersion.py |
| index cc5073c2961768be9a4e7ef6b031258b0f182fdd..c36b774373d44f965676970483a46f88c3eef79b 100644 |
| --- a/pylib/gyp/MSVSVersion.py |
| +++ b/pylib/gyp/MSVSVersion.py |
| @@ -249,7 +249,7 @@ def _CreateVersion(name, path, sdk_based=False): |
| path=path, |
| sdk_based=sdk_based), |
| '2010e': VisualStudioVersion('2010e', |
| - 'Visual Studio 2010', |
| + 'Visual C++ Express 2010', |
|
scottmg
2013/10/21 20:42:29
This changes what's in the .SLN?
Any idea if we s
|
| solution_version='11.00', |
| project_version='4.0', |
| flat_sln=True, |