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

Issue 6250068: Fixing msvs handling of actions which have overlapping inputs.... (Closed)

Created:
9 years, 10 months ago by bradn
Modified:
9 years, 7 months ago
Reviewers:
jeanluc1
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

Fixing msvs handling of actions which have overlapping inputs. Adding test related to issue 44. BUG=gyp44 BUG=gyp32 TEST=actions-multiple Committed: http://code.google.com/p/gyp/source/detail?r=880

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 16

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 1

Patch Set 6 : '' #

Total comments: 4

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+347 lines, -53 lines) Patch
M pylib/gyp/generator/msvs.py View 1 2 3 4 9 chunks +101 lines, -53 lines 0 comments Download
A test/actions-multiple/gyptest-all.py View 1 2 3 4 5 1 chunk +42 lines, -0 lines 0 comments Download
A test/actions-multiple/src/actions.gyp View 1 2 3 4 5 1 chunk +149 lines, -0 lines 0 comments Download
A test/actions-multiple/src/copy.py View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
A test/actions-multiple/src/filter.py View 1 2 3 4 5 6 1 chunk +12 lines, -0 lines 0 comments Download
A test/actions-multiple/src/foo.c View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
A test/actions-multiple/src/input.txt View 1 chunk +1 line, -0 lines 0 comments Download
A test/actions-multiple/src/main.c View 1 2 3 4 5 6 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
bradn
9 years, 10 months ago (2011-02-01 00:53:12 UTC) #1
jeanluc1
http://codereview.chromium.org/6250068/diff/3001/pylib/gyp/generator/msvs.py File pylib/gyp/generator/msvs.py (right): http://codereview.chromium.org/6250068/diff/3001/pylib/gyp/generator/msvs.py#newcode323 pylib/gyp/generator/msvs.py:323: You could have done: chosen_input = reduce(lambda x,y:len(actions_dict[x]) < ...
9 years, 10 months ago (2011-02-01 02:00:07 UTC) #2
bradn
http://codereview.chromium.org/6250068/diff/3001/pylib/gyp/generator/msvs.py File pylib/gyp/generator/msvs.py (right): http://codereview.chromium.org/6250068/diff/3001/pylib/gyp/generator/msvs.py#newcode377 pylib/gyp/generator/msvs.py:377: description += action['description'] On 2011/02/01 02:00:08, jeanluc1 wrote: > ...
9 years, 10 months ago (2011-02-01 02:55:52 UTC) #3
bradn
http://codereview.chromium.org/6250068/diff/3001/test/actions-multiple/gyptest-all.py File test/actions-multiple/gyptest-all.py (right): http://codereview.chromium.org/6250068/diff/3001/test/actions-multiple/gyptest-all.py#newcode3 test/actions-multiple/gyptest-all.py:3: # Copyright (c) 2009 Google Inc. All rights reserved. ...
9 years, 10 months ago (2011-02-01 03:02:51 UTC) #4
jeanluc1
LGTM http://codereview.chromium.org/6250068/diff/5012/test/actions-multiple/src/copy.py File test/actions-multiple/src/copy.py (right): http://codereview.chromium.org/6250068/diff/5012/test/actions-multiple/src/copy.py#newcode1 test/actions-multiple/src/copy.py:1: #!/usr/bin/python Even though it is small, we should ...
9 years, 10 months ago (2011-02-01 07:23:47 UTC) #5
bradn
9 years, 10 months ago (2011-02-01 17:41:25 UTC) #6
http://codereview.chromium.org/6250068/diff/5012/test/actions-multiple/src/co...
File test/actions-multiple/src/copy.py (right):

http://codereview.chromium.org/6250068/diff/5012/test/actions-multiple/src/co...
test/actions-multiple/src/copy.py:1: #!/usr/bin/python
On 2011/02/01 07:23:47, jeanluc1 wrote:
> Even though it is small, we should probably put the header in here.

Done.

http://codereview.chromium.org/6250068/diff/5012/test/actions-multiple/src/fi...
File test/actions-multiple/src/filter.py (right):

http://codereview.chromium.org/6250068/diff/5012/test/actions-multiple/src/fi...
test/actions-multiple/src/filter.py:1: import sys
On 2011/02/01 07:23:47, jeanluc1 wrote:
> Even though it is small, we should probably put the header in here.

Done.

Powered by Google App Engine
This is Rietveld 408576698