| commit | 44128e3c9ce524ae93343fcef7c875c32783e8e3 | [log] [tgz] |
|---|---|---|
| author | dpranke <dpranke@chromium.org> | Fri Oct 31 23:01:29 2014 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Oct 31 23:01:46 2014 |
| tree | ec5ef8cb7b6809e445dada0bd8d41dc7fe24672d | |
| parent | 1c79f864bd63b801f822c3ee0ae0d3fcb65b8e4d [diff] |
Make the gn copy() tool honor dependencies. Previously it didn't, and perhaps there was no need for it to, but it seems like NaCl has a need. Specifically, NaCl has two targets A and B with both run fine on their own, but A can delete the output of B, and so needs to run before B. R=brettw@chromium.org BUG=428576 Review URL: https://codereview.chromium.org/693443002 Cr-Commit-Position: refs/heads/master@{#302342}