Chromium Code Reviews
Descriptionmake: Reapply r928 and r918.
shared_library and loadable_module behavior diverge:
- loadable_module only exposes API that is explicitly exposed in the
outermost gyp target (i.e. sources in the target itself). (This
is not a change in behavior.)
- shared_library exposes any API of any library is included in the
output. E.g. a shared_library that composes three smaller libraries
together will have the union of their API. (This is new.)
Link lines now only contain the gyp depedencies for a given link.
(We used to manually attempt to fix lines that were missing chains
of shared library dependencies.)
Committed: http://code.google.com/p/gyp/source/detail?r=934
Patch Set 1 #Patch Set 2 : rebase #Patch Set 3 : simplified #Patch Set 4 : fix comment #Messages
Total messages: 2 (0 generated)
|