diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-05 20:27:53 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-05 20:27:53 +0000 |
commit | e1bd79f30d777a17411bf0efd54d90b59c00f600 (patch) | |
tree | 8ec4d5560c1df26a3c655ce98ae8586c23eaf096 /tools/gn/command_gen.cc | |
parent | da22c3c95242b05675da6b5e452c5dad8c5db1ee (diff) | |
download | chromium_src-e1bd79f30d777a17411bf0efd54d90b59c00f600.zip chromium_src-e1bd79f30d777a17411bf0efd54d90b59c00f600.tar.gz chromium_src-e1bd79f30d777a17411bf0efd54d90b59c00f600.tar.bz2 |
Add get_target_outputs function to GN
This function returns the outputs for a target that appeared previously in the same file. This is frequently needed for getting the files resulting from an action.
The main operational change is that targets that are generated are stashed in a vector as we process a file and then dispatched once that file is finished, rather than being dispatched as-we-go. This way we can ask questions about the targets that appeared previously in the file.
R=scottmg@chromium.org
Review URL: https://codereview.chromium.org/269723006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268260 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/gn/command_gen.cc')
0 files changed, 0 insertions, 0 deletions