| Index: build/vs_toolchain.py
|
| diff --git a/build/vs_toolchain.py b/build/vs_toolchain.py
|
| index 0ff51815212da7198fc521eedaf1f45ffefe5cd6..67a3776c43ebd1af77396c7a29669d79702efbe9 100755
|
| --- a/build/vs_toolchain.py
|
| +++ b/build/vs_toolchain.py
|
| @@ -22,8 +22,8 @@ sys.path.insert(0, os.path.join(chrome_src, 'tools', 'gyp', 'pylib'))
|
| json_data_file = os.path.join(script_dir, 'win_toolchain.json')
|
|
|
|
|
| -# Use MSVS2015 as the default toolchain.
|
| -CURRENT_DEFAULT_TOOLCHAIN_VERSION = '2015'
|
| +# Use MSVS2017 as the default toolchain.
|
| +CURRENT_DEFAULT_TOOLCHAIN_VERSION = '2017'
|
|
|
|
|
| def SetEnvironmentAndGetRuntimeDllDirs():
|
|
|