15 #ifndef NINJA_GRAPHVIZ_H_
16 #define NINJA_GRAPHVIZ_H_
27 void AddTarget(
Node* node);
34 #endif // NINJA_GRAPHVIZ_H_
Information about a node in the dependency graph: the file, whether it's dirty, mtime, etc.
set< Node * > visited_nodes_
An edge in the dependency graph; links between Nodes using Rules.
Runs the process of creating GraphViz .dot file output.
set< Edge * > visited_edges_