humanai / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Dependencies which are not linked into any executable don't get pulled into scons DAG/msvs sln #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you for example delete base_unittests from the base.gyp file. Invoking 
hammer -h will not show the icu38 target, or on windows you will not see it 
in the sln file. While this gives the minimal sln needed to nominally build the 
target in question. It is counterintuitive. We should keep around the original 
dependency links so that we can pull in a more relevant subset of the targets.

Original issue reported on code.google.com by bradnel...@google.com on 21 Aug 2009 at 6:25

GoogleCodeExporter commented 9 years ago
Fixed in r647.

Original comment by sgk@chromium.org on 21 Oct 2009 at 5:48