Chromium Code Reviews| Index: pylib/gyp/generator/msvs.py |
| =================================================================== |
| --- pylib/gyp/generator/msvs.py (revision 531) |
| +++ pylib/gyp/generator/msvs.py (working copy) |
| @@ -842,7 +842,7 @@ |
| # Select project file format version (if unset, default to auto detecting). |
| msvs_version = \ |
| MSVSVersion.SelectVisualStudioVersion(generator_flags.get('msvs_version', |
| - 'auto') |
| + 'auto')) |
| # Prepare the set of configurations. |
| configs = set() |