chromium-src-build/toolchain
Bruce Dawson aa787a64fe Revert "Switch to VS 2017 15.7.1 with 10.0.17134.0 SDK"
This reverts commit 5a7f3c442684be5eeb244b904bbfc8e6edaf6fda.

Reason for revert: this breaks v8's VC++ goma builds, reverting until
goma is updated to support this compiler

Original change's description:
> Switch to VS 2017 15.7.1 with 10.0.17134.0 SDK
> 
> This change switches the VS 2017 package to use VS 2017 Update 7.1 while
> using the 10.0.17134.12 SDK. The new SDK is needed to support new HDR
> features, and to stop forcing external developers to install an old
> ([Spring] Creators Update) SDK. This change will also bring in a new
> linker and other build tools, but the version of clang-cl will be
> unchanged.
> 
> Packaging was done on a Windows Server 2016 VM, cleanly created for this
> purpose.
> 
> Compiler was packaged up by downloading VS 2017 Update 7.1, from
> https://www.visualstudio.com/vs/, and then passing these parameters to
> the installer:
> 
>     --add Microsoft.VisualStudio.Workload.NativeDesktop
>     --add Microsoft.VisualStudio.Component.VC.ATLMFC --includeRecommended
>     --passive
> 
> Then Add or Remove Programs was used to modify the 10.0.17134.0 SDK to add
> the Debuggers package.
> 
> Then the packaging script was run like this:
> 
>   python depot_tools\win_toolchain\package_from_installed.py 2017 -w 10.0.17134.0
> 
> Bug: 773476
> Change-Id: Ic819f3ae79d7e869227bf33fbb8d202e2f57039b
> Reviewed-on: https://chromium-review.googlesource.com/1054027
> Reviewed-by: Nico Weber <thakis@chromium.org>
> Reviewed-by: Dirk Pranke <dpranke@chromium.org>
> Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#559033}

TBR=thakis@chromium.org,dpranke@chromium.org,hubbe@chromium.org,brucedawson@chromium.org

Change-Id: Ib8e84084a9717dafa6616f132b4824d93cbf39bf
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 773476
Reviewed-on: https://chromium-review.googlesource.com/1063810
Reviewed-by: Bruce Dawson <brucedawson@chromium.org>
Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
Cr-Original-Commit-Position: refs/heads/master@{#559471}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 7ad7e759dd35a114375a671f02669c9a0283bea1
2018-05-17 09:35:36 +00:00
..
aix
android
cros
fuchsia Fuchsia: Construct Fuchsia packages using stripped binaries. 2018-01-31 22:25:53 +00:00
linux
mac Use -filelist for libtool 2018-03-19 03:20:05 +00:00
nacl
win Revert "Switch to VS 2017 15.7.1 with 10.0.17134.0 SDK" 2018-05-17 09:35:36 +00:00
BUILD.gn Use action pool for non-goma tasks 2018-02-09 00:21:48 +00:00
OWNERS
cc_wrapper.gni
clang_static_analyzer.gni
clang_static_analyzer_wrapper.py Remove reference to crbug.com/695243 from clang_static_analyzer_wrapper 2018-03-21 20:46:52 +00:00
concurrent_links.gni Reland of -g0 for slow android try builder 2018-02-28 04:17:20 +00:00
cros_toolchain.gni
gcc_ar_wrapper.py Enable thin archive builds on POSIX. 2018-04-06 20:34:58 +00:00
gcc_compile_wrapper.py
gcc_link_wrapper.py
gcc_solink_wrapper.py
gcc_toolchain.gni Enable thin archives for ChromeOS builds 2018-05-09 22:01:13 +00:00
get_concurrent_links.py re-land increase of linker pool for android builder 2018-02-06 05:36:09 +00:00
get_cpu_count.py Use action pool for non-goma tasks 2018-02-09 00:21:48 +00:00
goma.gni Revert "Add disable_goma for args.gn on win" 2018-04-18 07:04:17 +00:00
nacl_toolchain.gni
toolchain.gni Fix linux OS check for generate_linker_map 2018-05-01 23:33:34 +00:00
wrapper_utils.py