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

Issue 6883158: This change sorts the members in 'dependencies' section in the order from dependents to dependenc... (Closed)

Created:
9 years, 8 months ago by Yuki Shiino
Modified:
9 years, 7 months ago
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

This change sorts the members in 'dependencies' section in the order fromdependents to dependencies. For example, if module A and B depend on C, and module C depends on D, thischange sorts them in the order of [A, B, C, D]. Android NDK's cross-linker requires static libraries to be sorted in thisorder. This change makes it easy to support such tool-chains which require thestrict link order of libraries. Patch by Yuki Shiino <yukishiino@google.com>; Committed: http://code.google.com/p/gyp/source/detail?r=922

Patch Set 1 #

Patch Set 2 : '' #

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

Messages

Total messages: 7 (0 generated)
Mark Mentovai
LGTM, but I’ll leave the floor open for other commenters in case anyone else has ...
9 years, 8 months ago (2011-04-26 19:14:24 UTC) #1
bradn
LGTM
9 years, 8 months ago (2011-04-26 19:15:43 UTC) #2
Yuki Shiino
On 2011/04/26 19:15:43, bradn wrote: > LGTM Could I ask how I can commit this ...
9 years, 7 months ago (2011-05-03 18:06:00 UTC) #3
Evan Martin
On 2011/05/03 18:06:00, Yuki Shiino wrote: > On 2011/04/26 19:15:43, bradn wrote: > > LGTM ...
9 years, 7 months ago (2011-05-03 18:24:08 UTC) #4
Evan Martin
On 2011/05/03 18:24:08, Evan Martin wrote: > On 2011/05/03 18:06:00, Yuki Shiino wrote: > > ...
9 years, 7 months ago (2011-05-03 18:27:48 UTC) #5
Yuki Shiino
On 2011/05/03 18:27:48, Evan Martin wrote: > On 2011/05/03 18:24:08, Evan Martin wrote: > > ...
9 years, 7 months ago (2011-05-04 07:57:13 UTC) #6
Mark Mentovai
9 years, 7 months ago (2011-05-05 14:54:31 UTC) #7
Committed as r922.

Powered by Google App Engine
This is Rietveld 408576698