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

Issue 1707813002: Add check so WIN_FASTLINK will be ignored on VS 2013 (Closed)

Created:
4 years, 10 months ago by brucedawson
Modified:
4 years, 10 months ago
Reviewers:
scottmg
CC:
chromium-reviews, Peter Kasting
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add check so WIN_FASTLINK will be ignored on VS 2013 win_fastlink is helpful for improving build speeds with VS 2015 but is not supported on VS 2013. To make it easier to enable this flag it needs to be silently ignored by VS 2013. This makes that happen. BUG=440500 Committed: https://crrev.com/6b851bfe96519bca59237b79a003df41dcf98c3b Cr-Commit-Position: refs/heads/master@{#375999}

Patch Set 1 #

Patch Set 2 : Fixed quote location #

Patch Set 3 : Fix is_win_fastlink on gn builds also #

Total comments: 2

Patch Set 4 : Changed from == 2015 to != 2013 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M build/common.gypi View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M build/config/compiler/BUILD.gn View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
brucedawson
This falls into the "obvious in hindsight" category. It is easier for developers to use ...
4 years, 10 months ago (2016-02-17 19:12:44 UTC) #2
scottmg
lgtm https://codereview.chromium.org/1707813002/diff/40001/build/config/compiler/BUILD.gn File build/config/compiler/BUILD.gn (right): https://codereview.chromium.org/1707813002/diff/40001/build/config/compiler/BUILD.gn#newcode1269 build/config/compiler/BUILD.gn:1269: if (is_win_fastlink && visual_studio_version == "2015") { != ...
4 years, 10 months ago (2016-02-17 19:14:02 UTC) #3
brucedawson
https://codereview.chromium.org/1707813002/diff/40001/build/config/compiler/BUILD.gn File build/config/compiler/BUILD.gn (right): https://codereview.chromium.org/1707813002/diff/40001/build/config/compiler/BUILD.gn#newcode1269 build/config/compiler/BUILD.gn:1269: if (is_win_fastlink && visual_studio_version == "2015") { On 2016/02/17 ...
4 years, 10 months ago (2016-02-17 19:53:01 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1707813002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1707813002/60001
4 years, 10 months ago (2016-02-17 20:38:04 UTC) #7
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 10 months ago (2016-02-17 22:13:20 UTC) #8
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/6b851bfe96519bca59237b79a003df41dcf98c3b Cr-Commit-Position: refs/heads/master@{#375999}
4 years, 10 months ago (2016-02-17 22:14:45 UTC) #10
Fady Samuel
4 years, 10 months ago (2016-02-18 01:56:51 UTC) #11
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in
https://codereview.chromium.org/1708073002/ by fsamuel@chromium.org.

The reason for reverting is: Speculative revert:
https://code.google.com/p/chromium/issues/detail?id=587687.

Powered by Google App Engine
This is Rietveld 408576698