• brettw's avatar
    Add runtime dependency extraction for GN. · 0db9185c
    brettw authored
    GN will now compute the list of files required for targets to run based on dependencies and data files listed on the targets.
    
    This is exposed via the "gn desc ... runtime_deps" command, and via a new switch that will write runtime deps files for specific targets at generation time.
    
    Review URL: https://codereview.chromium.org/1130183007
    
    Cr-Commit-Position: refs/heads/master@{#329976}
    0db9185c
ninja_target_writer.cc 9.16 KB