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

Issue 1679693002: Reland of Change default Windows compiler to VS 2015 (Closed)

Created:
4 years, 10 months ago by brucedawson
Modified:
4 years, 10 months ago
CC:
chromium-reviews, danakj, Sébastien Marchand
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland of Change default Windows compiler to VS 2015 (patchset #1 id:1 of https://codereview.chromium.org/1678663002/ ) Reason for revert: Issues that forced revert of VS 2015 as default compiler are believed to be fixed. Original issue's description: > Revert of Change default Windows compiler to VS 2015 (patchset #10 id:180001 of https://codereview.chromium.org/1598493004/ ) > > Reason for revert: > Speculative for https://code.google.com/p/chromium/issues/detail?id=498544#c20 . Will reland if this doesn't help. > > Original issue's description: > > Change default Windows compiler to VS 2015 > > > > The change to get_landmines.py is there because modifying this file > > affects analyze behavior so that all tests run. Changing the printed > > message is purely a side effect. > > > > This change also removes some redundant INCLUDE paths. These are > > unnecessary when building with VS 2015 (because it defaults to the > > Windows 10 SDK) and actively harmful (they make the INCLUDE path > > problematically long). > > > > BUG=440500, 584782 > > > > Committed: https://crrev.com/4c17ac0db59d7dbe78734950f83912ab564bd6fe > > Cr-Commit-Position: refs/heads/master@{#373955} > > TBR=dpranke@chromium.org,scottmg@chromium.org,sebmarchand@chromium.org,brucedawson@chromium.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=440500, 584782 > > Committed: https://crrev.com/bbc766aef1bd8cb0d9546fec9abf264e7d8c1d96 > Cr-Commit-Position: refs/heads/master@{#374013} TBR=dpranke@chromium.org,scottmg@chromium.org,sebmarchand@chromium.org,thakis@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=440500, 584782 Committed: https://crrev.com/20e99ecb08da22582d435c1a5bba0a5c96345da3 Cr-Commit-Position: refs/heads/master@{#374058}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -22 lines) Patch
M build/common.gypi View 1 chunk +6 lines, -4 lines 0 comments Download
M build/get_landmines.py View 1 chunk +1 line, -3 lines 0 comments Download
M build/toolchain/win/setup_toolchain.py View 1 chunk +10 lines, -12 lines 0 comments Download
M build/vs_toolchain.py View 3 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 16 (2 generated)
brucedawson
Created Reland of Change default Windows compiler to VS 2015
4 years, 10 months ago (2016-02-07 07:06:25 UTC) #1
Sébastien Marchand
lgtm
4 years, 10 months ago (2016-02-07 07:10:38 UTC) #2
brucedawson
Current plan, if the tree is open when needed, is to reland this Sunday night ...
4 years, 10 months ago (2016-02-07 07:23:03 UTC) #3
Nico
On 2016/02/07 07:23:03, brucedawson wrote: > Current plan, if the tree is open when needed, ...
4 years, 10 months ago (2016-02-07 15:16:13 UTC) #4
brucedawson
> Is there anything wrong with landing this Sunday morning? That way I'm not about ...
4 years, 10 months ago (2016-02-07 17:06:08 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1679693002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1679693002/1
4 years, 10 months ago (2016-02-07 18:05:54 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 10 months ago (2016-02-07 18:17:36 UTC) #8
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/20e99ecb08da22582d435c1a5bba0a5c96345da3 Cr-Commit-Position: refs/heads/master@{#374058}
4 years, 10 months ago (2016-02-07 18:19:01 UTC) #10
Zhenyao Mo
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/1680533004/ by zmo@chromium.org. ...
4 years, 10 months ago (2016-02-07 19:42:30 UTC) #11
brucedawson
On 2016/02/07 19:42:30, Zhenyao Mo wrote: > A revert of this CL (patchset #1 id:1) ...
4 years, 10 months ago (2016-02-07 20:36:18 UTC) #12
Nico
On 2016/02/07 20:36:18, brucedawson wrote: > On 2016/02/07 19:42:30, Zhenyao Mo wrote: > > A ...
4 years, 10 months ago (2016-02-07 20:53:03 UTC) #13
Nico
On 2016/02/07 20:53:03, Nico wrote: > On 2016/02/07 20:36:18, brucedawson wrote: > > On 2016/02/07 ...
4 years, 10 months ago (2016-02-07 21:48:36 UTC) #14
brucedawson
I'll investigate later. On Feb 7, 2016 1:48 PM, <thakis@chromium.org> wrote: > > On 2016/02/07 ...
4 years, 10 months ago (2016-02-08 00:48:05 UTC) #15
brucedawson
4 years, 10 months ago (2016-02-09 01:04:49 UTC) #16
Message was sent while issue was closed.
The problem was the UCRT DLLs were not all being copied to the out directories,
or being listed in the appropriate .isolate files. crrev.com/1676943002 should
deal with this and will let this change be landed again.

Powered by Google App Engine
This is Rietveld 408576698