Lines Matching +full:ninja +full:- +full:build

7 //     http://www.apache.org/licenses/LICENSE-2.0
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.
71 CommandDeps []string // Command-specific implicit dependencies to prepend to builds
72 CommandOrderOnly []string // Command-specific order-only dependencies to prepend to builds
76 // A BuildParams object contains the set of parameters that make up a Ninja
77 // build statement. Each field except for Args corresponds with a part of the
78 // Ninja build statement. The Args field contains variable names and values
79 // that are set within the build statement's scope in the Ninja file.
84 Description string // The description that Ninja will print for the build.
91 OrderOnly []string // The list of order-only dependencies.
262 // A buildDef describes a build target definition.
408 …err := nw.Build(comment, rule, outputs, implicitOuts, explicitDeps, implicitDeps, orderOnlyDeps, v…