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

Issue 2866042: Effectively duplicates targets that contain rules/actions, therefore enabling... (Closed)

Created:
10 years, 5 months ago by jochen (gone - plz use gerrit)
Modified:
9 years, 7 months ago
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

Effectively duplicates targets that contain rules/actions, therefore enabling correct dependency processing on windows. This patch mimics the changes for XCode. BUG=42 TEST=test/msvs/prebuild

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 3

Patch Set 5 : '' #

Total comments: 4

Patch Set 6 : '' #

Patch Set 7 : '' #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+201 lines, -8 lines) Patch
M pylib/gyp/common.py View 1 2 3 4 1 chunk +7 lines, -7 lines 1 comment Download
M pylib/gyp/generator/msvs.py View 1 2 3 4 5 6 3 chunks +95 lines, -1 line 2 comments Download
A test/msvs/prebuild/base/base.gyp View 1 2 3 4 1 chunk +52 lines, -0 lines 1 comment Download
A test/msvs/prebuild/gyptest-prebuild.py View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download
A test/msvs/prebuild/prebuild.gyp View 1 2 3 4 1 chunk +21 lines, -0 lines 2 comments Download

Messages

Total messages: 16 (0 generated)
jochen (gone - plz use gerrit)
please review (and commit if you like it :) )
10 years, 5 months ago (2010-07-03 17:15:38 UTC) #1
jochen (gone - plz use gerrit)
On 2010/07/03 17:15:38, jochen wrote: > please review (and commit if you like it :) ...
10 years, 5 months ago (2010-07-03 17:18:46 UTC) #2
jochen (gone - plz use gerrit)
I changed it to only generate _prebuild projects for those targets that contain rules or ...
10 years, 5 months ago (2010-07-04 08:36:15 UTC) #3
jochen (gone - plz use gerrit)
On 2010/07/04 08:36:15, jochen wrote: > I changed it to only generate _prebuild projects for ...
10 years, 5 months ago (2010-07-04 10:40:56 UTC) #4
M-A Ruel
http://codereview.chromium.org/2866042/diff/10001/11001 File pylib/gyp/common.py (right): http://codereview.chromium.org/2866042/diff/10001/11001#newcode222 pylib/gyp/common.py:222: def DeepDependencyTargets(target_dicts, roots, dependencies = set()): You can't do ...
10 years, 5 months ago (2010-07-05 13:49:45 UTC) #5
jochen (gone - plz use gerrit)
all done
10 years, 5 months ago (2010-07-05 13:56:27 UTC) #6
M-A Ruel
Also adding Mark since he's the wizard. http://codereview.chromium.org/2866042/diff/15001/16002 File pylib/gyp/generator/msvs.py (right): http://codereview.chromium.org/2866042/diff/15001/16002#newcode1174 pylib/gyp/generator/msvs.py:1174: don't put ...
10 years, 5 months ago (2010-07-05 14:13:39 UTC) #7
jochen (gone - plz use gerrit)
http://codereview.chromium.org/2866042/diff/15001/16002 File pylib/gyp/generator/msvs.py (right): http://codereview.chromium.org/2866042/diff/15001/16002#newcode1215 pylib/gyp/generator/msvs.py:1215: new_target_list.append(new_target) On 2010/07/05 14:13:39, Marc-Antoine Ruel wrote: > Don't ...
10 years, 5 months ago (2010-07-05 14:20:15 UTC) #8
M-A Ruel
On 2010/07/05 14:20:15, jochen wrote: > http://codereview.chromium.org/2866042/diff/15001/16002 > File pylib/gyp/generator/msvs.py (right): > > http://codereview.chromium.org/2866042/diff/15001/16002#newcode1215 > ...
10 years, 5 months ago (2010-07-05 14:28:40 UTC) #9
jochen (gone - plz use gerrit)
On 2010/07/05 14:28:40, Marc-Antoine Ruel wrote: > On 2010/07/05 14:20:15, jochen wrote: > > http://codereview.chromium.org/2866042/diff/15001/16002 ...
10 years, 5 months ago (2010-07-05 18:12:02 UTC) #10
jochen (gone - plz use gerrit)
btw, the current state is: it works as expected on vs, but incredibuild chokes on ...
10 years, 5 months ago (2010-07-07 17:14:04 UTC) #11
Mark Mentovai
http://codereview.chromium.org/2866042/diff/12002/22001 File pylib/gyp/common.py (right): http://codereview.chromium.org/2866042/diff/12002/22001#newcode222 pylib/gyp/common.py:222: def DeepDependencyTargets(target_dicts, roots, dependencies=None): Could you explain what’s going ...
10 years, 5 months ago (2010-07-07 17:45:28 UTC) #12
Mark Mentovai
http://codereview.chromium.org/2866042/diff/12002/22002 File pylib/gyp/generator/msvs.py (right): http://codereview.chromium.org/2866042/diff/12002/22002#newcode1236 pylib/gyp/generator/msvs.py:1236: # process_outputs_as_sources flag set. When we split the targets ...
10 years, 5 months ago (2010-07-14 17:34:54 UTC) #13
Pam (message me for reviews)
On 2010/07/07 17:14:04, jochen wrote: > btw, the current state is: it works as expected ...
10 years, 5 months ago (2010-07-15 09:19:43 UTC) #14
jochen (gone - plz use gerrit)
On 2010/07/15 09:19:43, Pam wrote: > On 2010/07/07 17:14:04, jochen wrote: > > btw, the ...
10 years, 5 months ago (2010-07-15 09:25:44 UTC) #15
jochen (gone - plz use gerrit)
10 years, 5 months ago (2010-07-28 06:53:46 UTC) #16
closing since this seems not to be required anymore

Powered by Google App Engine
This is Rietveld 408576698