Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Issue 1502563003: Reland of win: Update to Win 10 SDK (Closed)

Created:
5 years ago by scottmg
Modified:
5 years ago
Reviewers:
caseq, sky, mmenke, brucedawson
CC:
chromium-reviews, tfarina, Nico, Jim Stichnoth, Petr Hosek, Karl, Junichi Uekawa, Sam Clegg, cdotstout, Roland McGrath
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland of win: Update to Win 10 SDK (patchset #1 id:1 of https://codereview.chromium.org/1410153007/ ) Reason for revert: Relanding, we think all bots are updated now. Original issue's description: > Revert of win: Update to Win 10 SDK (patchset #8 id:140001 of https://codereview.chromium.org/1378153003/ ) > > Reason for revert: > This is a suspect in breaking Win bots (e.g. here http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win%20Builder/builds/93039) > > Original issue's description: > > win: Update to Win 10 SDK > > > > Tested on clean Win7 VM against both VS2013 and clang=1 at 247874-1. > > > > R=brucedawson@chromium.org > > BUG=491424 > > > > Committed: https://crrev.com/3f6f89251dc210b24a36398237d374a87d4a3b33 > > Cr-Commit-Position: refs/heads/master@{#352667} > > > > Committed: https://crrev.com/1feffb4b7b1c2bfaf112a8993ae7ab0c16a52da9 > > Cr-Commit-Position: refs/heads/master@{#356373} > > TBR=brucedawson@chromium.org,sky@chromium.org,scottmg@chromium.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=491424 > > Committed: https://crrev.com/e4a933bfce1dce211b29c392a681513a9d69a85c > Cr-Commit-Position: refs/heads/master@{#356484} TBR=brucedawson@chromium.org,sky@chromium.org,caseq@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=491424 Committed: https://crrev.com/510a9e822cf893ec133f1f48643fbf913c24d8c1 Cr-Commit-Position: refs/heads/master@{#363257}

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -43 lines) Patch
M build/common.gypi View 5 chunks +12 lines, -12 lines 1 comment Download
M build/config/win/BUILD.gn View 2 chunks +3 lines, -3 lines 0 comments Download
M build/vs_toolchain.py View 1 chunk +1 line, -1 line 2 comments Download
M chrome/browser/ui/views/tabs/window_finder_win.cc View 2 chunks +2 lines, -23 lines 0 comments Download
M third_party/usrsctp/usrsctp.gyp View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 18 (2 generated)
scottmg
Created Reland of win: Update to Win 10 SDK
5 years ago (2015-12-04 18:40:19 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1502563003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1502563003/1
5 years ago (2015-12-04 18:43:37 UTC) #2
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years ago (2015-12-04 18:46:26 UTC) #3
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/510a9e822cf893ec133f1f48643fbf913c24d8c1 Cr-Commit-Position: refs/heads/master@{#363257}
5 years ago (2015-12-04 18:47:18 UTC) #5
mmenke
https://codereview.chromium.org/1502563003/diff/1/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/1502563003/diff/1/build/common.gypi#newcode3339 build/common.gypi:3339: ['<(windows_sdk_path)/Lib/10.0.10240.0/um/x86'], Hardcoding the version number seems very problematic. When ...
5 years ago (2015-12-08 21:08:25 UTC) #7
mmenke
https://codereview.chromium.org/1502563003/diff/1/build/vs_toolchain.py File build/vs_toolchain.py (right): https://codereview.chromium.org/1502563003/diff/1/build/vs_toolchain.py#newcode235 build/vs_toolchain.py:235: default_sdk_path = 'C:\\Program Files (x86)\\Windows Kits\\8.1' Should this be ...
5 years ago (2015-12-08 21:09:45 UTC) #8
scottmg
On 2015/12/08 21:08:25, mmenke wrote: > https://codereview.chromium.org/1502563003/diff/1/build/common.gypi > File build/common.gypi (right): > > https://codereview.chromium.org/1502563003/diff/1/build/common.gypi#newcode3339 > ...
5 years ago (2015-12-08 21:10:05 UTC) #9
mmenke
On 2015/12/08 21:10:05, scottmg wrote: > On 2015/12/08 21:08:25, mmenke wrote: > > https://codereview.chromium.org/1502563003/diff/1/build/common.gypi > ...
5 years ago (2015-12-08 21:14:17 UTC) #10
mmenke
Currently, looks like ninja is using mt.exe from my 8.1 SDK install, and the headers ...
5 years ago (2015-12-08 21:17:37 UTC) #11
mmenke
On 2015/12/08 21:14:17, mmenke wrote: > On 2015/12/08 21:10:05, scottmg wrote: > > On 2015/12/08 ...
5 years ago (2015-12-08 21:20:47 UTC) #12
scottmg
https://codereview.chromium.org/1502563003/diff/1/build/vs_toolchain.py File build/vs_toolchain.py (right): https://codereview.chromium.org/1502563003/diff/1/build/vs_toolchain.py#newcode235 build/vs_toolchain.py:235: default_sdk_path = 'C:\\Program Files (x86)\\Windows Kits\\8.1' On 2015/12/08 21:09:45, ...
5 years ago (2015-12-08 21:20:58 UTC) #13
scottmg
On 2015/12/08 21:20:47, mmenke wrote: > On 2015/12/08 21:14:17, mmenke wrote: > > On 2015/12/08 ...
5 years ago (2015-12-08 21:22:20 UTC) #14
mmenke
On 2015/12/08 21:20:58, scottmg wrote: > https://codereview.chromium.org/1502563003/diff/1/build/vs_toolchain.py > File build/vs_toolchain.py (right): > > https://codereview.chromium.org/1502563003/diff/1/build/vs_toolchain.py#newcode235 > ...
5 years ago (2015-12-08 21:25:06 UTC) #15
mmenke
On 2015/12/08 21:22:20, scottmg wrote: > On 2015/12/08 21:20:47, mmenke wrote: > > On 2015/12/08 ...
5 years ago (2015-12-08 21:27:00 UTC) #16
scottmg
On 2015/12/08 21:27:00, mmenke wrote: > On 2015/12/08 21:22:20, scottmg wrote: > > On 2015/12/08 ...
5 years ago (2015-12-08 21:30:07 UTC) #17
brucedawson
5 years ago (2015-12-09 19:25:13 UTC) #18
Message was sent while issue was closed.
I opened crbug.com/568201 to track this.

Powered by Google App Engine
This is Rietveld 408576698