Skip to content

Commit

Permalink
New VS 2013 toolchain with setenv.*.json
Browse files Browse the repository at this point in the history
VS 2015 is used for Chromium builds, but having VS 2013 available is
useful, in particular for SDK bots for nacl. This changes the VS 2013
tool set to one that has setenv.*.json files that were made necessary
by crrev.com/1805173002 so that VS 2013 can still be used.

BUG=495204

Review URL: https://codereview.chromium.org/1886493002

Cr-Commit-Position: refs/heads/master@{#387032}
  • Loading branch information
randomascii authored and Commit bot committed Apr 13, 2016
1 parent 9951e1a commit b10de5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/vs_toolchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def _GetDesiredVsToolchainHashes():
# Update 2.
return ['95ddda401ec5678f15eeed01d2bee08fcbc5ee97']
else:
return ['4087e065abebdca6dbd0caca2910c6718d2ec67f']
return ['03a4e939cd325d6bc5216af41b92d02dda1366a6']


def ShouldUpdateToolchain():
Expand Down

0 comments on commit b10de5e

Please sign in to comment.