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

Issue 23475007: Process all input files in parallel (Closed)

Created:
7 years, 3 months ago by Simon Brenner
Modified:
7 years, 2 months ago
Reviewers:
dmazzoni, scottmg
CC:
gyp-developer_googlegroups.com, Daniel Bratell
Base URL:
https://chromium.googlesource.com/external/gyp.git@master
Visibility:
Public.

Description

Process all input files in parallel When given several input files on the command line in parallel mode, load them all in parallel instead of doing a bunch of separate parallel runs. Fixes gyp --parallel for projects with multiple .gyp files. Patch from simonb@opera.com BUG=gyp:347 R=dmazzoni@chromium.org, scottmg@chromium.org Committed: https://code.google.com/p/gyp/source/detail?r=1753

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fix indentation #

Patch Set 3 : Add comment #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -16 lines) Patch
M pylib/gyp/input.py View 1 2 3 2 chunks +17 lines, -16 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Simon Brenner
Not quite sure who to set as a reviewer(s) for this as the OWNERS file ...
7 years, 3 months ago (2013-08-29 12:34:17 UTC) #1
dmazzoni
lgtm Thanks! One of the gyp owners should also approve, but this looks reasonable. https://codereview.chromium.org/23475007/diff/1/pylib/gyp/input.py ...
7 years, 3 months ago (2013-08-29 15:04:45 UTC) #2
Simon Brenner
https://codereview.chromium.org/23475007/diff/1/pylib/gyp/input.py File pylib/gyp/input.py (right): https://codereview.chromium.org/23475007/diff/1/pylib/gyp/input.py#newcode560 pylib/gyp/input.py:560: parallel_state.dependencies = list(build_files) On 2013/08/29 15:04:46, Dominic Mazzoni wrote: ...
7 years, 3 months ago (2013-08-29 16:15:48 UTC) #3
dmazzoni
On 2013/08/29 16:15:48, Simon Brenner wrote: > If |build_files| is already a list, list() serves ...
7 years, 3 months ago (2013-08-29 16:23:00 UTC) #4
Simon Brenner
7 years, 3 months ago (2013-08-30 09:06:47 UTC) #5
Simon Brenner
Hmm, looks like I just made codereview send out an empty e-mail last time... Expected ...
7 years, 3 months ago (2013-09-18 14:07:07 UTC) #6
scottmg
lgtm
7 years, 3 months ago (2013-09-18 17:32:15 UTC) #7
M-A Ruel
On 2013/09/18 17:32:15, scottmg wrote: > lgtm CQ is not working for GYP, have a ...
7 years, 3 months ago (2013-09-20 19:53:17 UTC) #8
Simon Brenner
On 2013/09/20 19:53:17, M-A Ruel wrote: > On 2013/09/18 17:32:15, scottmg wrote: > > lgtm ...
7 years, 2 months ago (2013-10-11 13:27:16 UTC) #9
scottmg
7 years, 2 months ago (2013-10-11 17:01:28 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 manually as r1753.

Powered by Google App Engine
This is Rietveld 408576698