Add runtime dependency extraction for GN.
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}
Showing
tools/gn/runtime_deps.cc
0 → 100644
tools/gn/runtime_deps.h
0 → 100644
This diff is collapsed.
Please register or sign in to comment