Skip to content

Commit e48b57b

Browse files
agrieveCommit Bot
authored and
Commit Bot
committed
writing_gn_templates.md: s/leaves/roots/
Follow-up from original review. Change-Id: I375b2f266d3712f20efc769fc822df67701297a3 Reviewed-on: https://chromium-review.googlesource.com/1246836 Reviewed-by: Dirk Pranke <dpranke@chromium.org> Reviewed-by: Eric Stevenson <estevenson@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#594462}
1 parent ab4a47d commit e48b57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/docs/writing_gn_templates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ gn analyze //out/Debug <(echo '{
6161
Do not list files as `outputs` unless they are important. Outputs are important
6262
if they are:
6363
* used as an input by another target, or
64-
* are leaves in the dependency graph (e.g. binaries, apks, etc).
64+
* are roots in the dependency graph (e.g. binaries, apks, etc).
6565

6666
Example:
6767
* An action runs a binary that creates an output as well as a log file. Do not

0 commit comments

Comments
 (0)