Files
sdk/pkg
Paul Berry 35f3961ea6 Test dependency tracking of unused imports/exports.
If library A imports or exports library B (either directly or via an
export), library B needs to be included in the dependency list for
library A's prelinked summary, since a change to library B might change
the meaning of a name which *is* used by library A.

Note that two of the new tests are currently failing, due to the fact
that we aren't tracking dependencies that only affect the export
namespace.  That will be fixed in a future CL.

R=scheglov@google.com

Review URL: https://codereview.chromium.org/1580013003 .
2016-01-13 08:17:49 -08:00
..
2016-01-11 14:13:44 -08:00
2015-01-22 10:02:20 +00:00
2015-12-17 18:15:17 +01:00
2015-09-29 13:49:53 +02:00
2015-12-14 13:50:11 -08:00
2015-11-19 14:06:01 -08:00