Lines Matching full:them
12 listed directly by targets that use them, or added by a depfile.
38 * Besides being redundant, listing them also makes it harder to remove
39 inputs, since removing them from GN does not immediately remove them from
69 to list them, and then have your action re-compute them and assert that
72 * Rather than putting the inputs in a depfile, compute them beforehand and
73 save them to a text file. Have your template Use `read_file()` to read
74 them in.
76 * Continue using a depfile, but use an `exec_script()` to compute them when
95 them as inputs.
96 * Not listing them also helps to minimize the size of the build graph (although
133 * Make outputs atomic by writing to temporary files and then moving them to
258 Pass arguments to targets by assigning them directly within target definitions.