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

Issue 175573004: Move control of updating toolchain into src/ (Closed)

Created:
6 years, 10 months ago by scottmg
Modified:
6 years, 10 months ago
Reviewers:
iannucci, M-A Ruel
CC:
chromium-reviews
Visibility:
Public.

Description

Move control of updating toolchain into src/ Moved out of depot_tools here: https://codereview.chromium.org/168603004/ The control is in src/ now, but logic for de-duplication is still in depot_tools. This changes the default, so that VS2013 will be the default toolchain. R=iannucci@chromium.org BUG=323300, 309197 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=252733

Patch Set 1 #

Patch Set 2 : hash #

Patch Set 3 : hash #

Patch Set 4 : . #

Patch Set 5 : . #

Total comments: 4

Patch Set 6 : pull from json #

Total comments: 2

Patch Set 7 : mkstemp #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -33 lines) Patch
M build/gyp_chromium View 1 2 3 4 5 6 4 chunks +54 lines, -33 lines 0 comments Download
A build/toolchain_vs2013.hash View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
scottmg
6 years, 10 months ago (2014-02-21 23:36:01 UTC) #1
scottmg
+maruel, we're thinking to move the execution of update into gyp_chromium, with the hope of ...
6 years, 10 months ago (2014-02-21 23:52:55 UTC) #2
iannucci
https://codereview.chromium.org/175573004/diff/90003/build/gyp_chromium File build/gyp_chromium (right): https://codereview.chromium.org/175573004/diff/90003/build/gyp_chromium#newcode463 build/gyp_chromium:463: get_toolchain_args.extend(GetDesiredVsToolchainHashes()) the + operator works too :P https://codereview.chromium.org/175573004/diff/90003/build/gyp_chromium#newcode470 build/gyp_chromium:470: ...
6 years, 10 months ago (2014-02-21 23:56:13 UTC) #3
scottmg
On 2014/02/21 23:56:13, iannucci wrote: > https://codereview.chromium.org/175573004/diff/90003/build/gyp_chromium > File build/gyp_chromium (right): > > https://codereview.chromium.org/175573004/diff/90003/build/gyp_chromium#newcode463 > ...
6 years, 10 months ago (2014-02-22 00:03:45 UTC) #4
scottmg
https://codereview.chromium.org/175573004/diff/90003/build/gyp_chromium File build/gyp_chromium (right): https://codereview.chromium.org/175573004/diff/90003/build/gyp_chromium#newcode463 build/gyp_chromium:463: get_toolchain_args.extend(GetDesiredVsToolchainHashes()) On 2014/02/21 23:56:14, iannucci wrote: > the + ...
6 years, 10 months ago (2014-02-22 00:10:42 UTC) #5
iannucci
On 2014/02/22 00:10:42, scottmg wrote: > https://codereview.chromium.org/175573004/diff/90003/build/gyp_chromium > File build/gyp_chromium (right): > > https://codereview.chromium.org/175573004/diff/90003/build/gyp_chromium#newcode463 > ...
6 years, 10 months ago (2014-02-22 00:18:54 UTC) #6
scottmg
On 2014/02/22 00:18:54, iannucci wrote: > On 2014/02/22 00:10:42, scottmg wrote: > > https://codereview.chromium.org/175573004/diff/90003/build/gyp_chromium > ...
6 years, 10 months ago (2014-02-22 00:21:16 UTC) #7
scottmg
PTAL; now gets --output-json that contains paths, etc. to toolchain.
6 years, 10 months ago (2014-02-22 01:12:06 UTC) #8
iannucci
lgtm + thingies https://codereview.chromium.org/175573004/diff/150001/build/gyp_chromium File build/gyp_chromium (right): https://codereview.chromium.org/175573004/diff/150001/build/gyp_chromium#newcode459 build/gyp_chromium:459: with tempfile.NamedTemporaryFile(delete=False, suffix='.json') as tempf: doesn't ...
6 years, 10 months ago (2014-02-22 01:49:40 UTC) #9
scottmg
On 2014/02/22 01:49:40, iannucci wrote: > lgtm + thingies Thanks > > https://codereview.chromium.org/175573004/diff/150001/build/gyp_chromium > File ...
6 years, 10 months ago (2014-02-22 01:58:52 UTC) #10
scottmg
(Also, just to be clear, this CL will switch the default toolchain to VS2013)
6 years, 10 months ago (2014-02-22 02:00:15 UTC) #11
scottmg
6 years, 10 months ago (2014-02-22 02:41:44 UTC) #12
Message was sent while issue was closed.
Committed patchset #7 manually as r252733 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698