DescriptionNew VS 2015 package and copy ucrtbased.dll
This switches the VS 2015 package to one that includes the UCRT
installers, and it copies ucrtbased.dll to debug directories so that
debug binaries will run.
The new VS 2015 package was created using the changes in
crrev.com/1588673004. This package was created on a clean VM in hopes
of making it reproducible. The steps to create it are:
Install Windows 7 Professional, 64-bit
Install VS 2015 Professional Update 1. Select custom install and these
minimum options:
- Visual C++ (which selects three sub-categories including MFC)
- Universal Windows App Development Tools
- Tools (1.2) and Windows 10 SDK (10.0.10586)
Then download the Windows 10 SDK. The version must match the one
installed with VS 2015 Update 1 or else there will be warnings about
the need to uninstall the previous version. Select "Debugging Tools
for Windows" in addition to the defaults (Windows App Certification Kit,
Windows Software Development Kit). Note, however, that this just
downloads the installers. A message will suggest that running setup.exe
will install the requested components but actually you have to go into
the Downloads\Windows Kits\10\StandaloneSDK\Installers directory to
run the x86 and x64 debugger installers.
Then download three copies of update 2999226, the Windows 10 Universal
C Runtime, for 64-bit Windows 7, Windows 8, and Windows 8.1. Leave these
in the downloads folder. This URl contains the download links:
https://support.microsoft.com/en-us/kb/2999226
Then install depot_tools and run:
> python depot_tools\win_toolchain\package_from_installed.py 2015
Then upload the package with this syntax (replace hash.zip):
> python depot_tools\third_party\gsutil\gsutil cp hash.zip
gs://chrome-wintoolchain/hash.zip
BUG=440500
Committed: https://crrev.com/51f790c13ee0d450d15eca26c3fb558818b7173d
Cr-Commit-Position: refs/heads/master@{#369841}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Fix line length #Messages
Total messages: 11 (6 generated)
|