Home | History | Annotate | Download | only in tools

Lines Matching full:targets

9 targets."""
22 def LoadEdges(filename, targets):
24 show targets in |targets| and their depedendents."""
32 to_visit = targets[:]
45 |edges| is a map of target to a list of other targets it depends on."""
47 # Bucket targets by file.
60 for filename, targets in files.items():
61 if len(targets) == 1:
64 target = targets[0]
72 for target in targets: