| Index: tools/gn/target.h
|
| diff --git a/tools/gn/target.h b/tools/gn/target.h
|
| index 383a2af08368747ded8c3e6822ff2de4e384de76..10d3b05dd992ed1be07bb2a0a02248f4205b9793 100644
|
| --- a/tools/gn/target.h
|
| +++ b/tools/gn/target.h
|
| @@ -68,7 +68,9 @@ class Target : public Item {
|
| // Can be linked into other targets.
|
| bool IsLinkable() const;
|
|
|
| - // Can have dependencies linked in.
|
| + // True if the target links dependencies rather than propogated up the graph.
|
| + // This is also true of action and copy steps even though they don't link
|
| + // dependencies, because they also don't propogate libraries up.
|
| bool IsFinal() const;
|
|
|
| // Will be the empty string to use the target label as the output name.
|
|
|