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

Issue 2181073004: Roll buildtools 60f7f9a8b4..67bf0653b2 (Closed)

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

Description

Roll buildtools 60f7f9a8b4..67bf0653b2 In order to roll GN 1f41736051..15e0e74f4d (r406705:r407852) and pick up the following changes: 15e0e74 Allow GN toolchains to specify runtime deps outputs. TBR=dpranke@chromium.org Committed: https://crrev.com/48fc5f354377adc048e780a3a33232378750576b Cr-Commit-Position: refs/heads/master@{#407890}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -8 lines) Patch
M DEPS View 1 chunk +1 line, -1 line 0 comments Download
M build/toolchain/win/BUILD.gn View 1 chunk +1 line, -7 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
brettw
4 years, 4 months ago (2016-07-26 18:59:12 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2181073004/1
4 years, 4 months ago (2016-07-26 18:59:51 UTC) #3
Dirk Pranke
lgtm, though I think we probably need to update tools/gn/docs/reference.md as well in a follow-up.
4 years, 4 months ago (2016-07-26 19:01:58 UTC) #4
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 4 months ago (2016-07-26 20:04:37 UTC) #5
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/48fc5f354377adc048e780a3a33232378750576b Cr-Commit-Position: refs/heads/master@{#407890}
4 years, 4 months ago (2016-07-26 20:06:45 UTC) #7
yoichio
On 2016/07/26 20:06:45, commit-bot: I haz the power wrote: > Patchset 1 (id:??) landed as ...
4 years, 4 months ago (2016-07-27 02:18:51 UTC) #8
Dirk Pranke
4 years, 4 months ago (2016-07-27 04:16:03 UTC) #9
Message was sent while issue was closed.
On 2016/07/27 02:18:51, yoichio wrote:
> On 2016/07/26 20:06:45, commit-bot: I haz the power wrote:
> > Patchset 1 (id:??) landed as
> > https://crrev.com/48fc5f354377adc048e780a3a33232378750576b
> > Cr-Commit-Position: refs/heads/master@{#407890}
> 
> This causes "gn gen" error on windows.
> 
> $ gn gen out_mygn
> ERROR at //build/toolchain/win/BUILD.gn:195:25: Assignment had no effect.
>       runtime_outputs = [ dllname ]
>                         ^---------
> You set the variable "runtime_outputs" here and it was unused before it went
> out of scope.
> See //build/toolchain/win/BUILD.gn:344:3: whence it was called.
>   msvc_toolchain(target_name) {
>   ^----------------------------
> See //build/toolchain/win/BUILD.gn:374:1: whence it was called.
> win_x64_toolchains("x64") {
> ^--------------------------
> See //BUILD.gn:65:1: which caused the file to be included.
> group("gn_all") {
> ^----------------
> exit status 1
> 
> Could you fix it or revert?

If you're getting that error, it means you don't have the latest GN binary,
which should've
been pulled in by the DEPS change. Did you re-run `gclient runhooks`?

(The bots are all green, which is why I'm suspecting a local problem on your
machine).

Powered by Google App Engine
This is Rietveld 408576698