• dpranke's avatar
    Make the gn copy() tool honor dependencies. · 44128e3c
    dpranke authored
    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}
    44128e3c
ninja_copy_target_writer.cc 4.62 KB