Home | History | Annotate | Download | only in blueprint

Lines Matching refs:Ninja

25 // A Deps value indicates the dependency file format that Ninja should expect to
48 // A PoolParams object contains the set of parameters that make up a Ninja pool
52 Depth int // The Ninja pool depth.
55 // A RuleParams object contains the set of parameters that make up a Ninja rule
58 // These fields correspond to a Ninja variable of the same name.
59 Command string // The command that Ninja will run for the rule.
62 Description string // The description that Ninja will print for the rule.
63 Generator bool // Whether the rule generates the Ninja manifest file.
64 Pool Pool // The Ninja pool to which the rule belongs.
65 Restat bool // Whether Ninja should re-stat the rule's outputs.
74 // A BuildParams object contains the set of parameters that make up a Ninja
76 // Ninja build statement. The Args field contains variable names and values
77 // that are set within the build statement's scope in the Ninja file.