Searched defs:BuildParams (Results 1 – 8 of 8) sorted by relevance
79 type BuildParams struct { struct80 Comment string // The comment that will appear above the definition.81 Depfile string // The dependency file name.82 Deps Deps // The format of the dependency file.83 Description string // The description that Ninja will print for the build.84 Rule Rule // The rule to invoke.85 Outputs []string // The list of explicit output targets.86 ImplicitOutputs []string // The list of implicit output targets.87 Inputs []string // The list of explicit input dependencies.88 Implicits []string // The list of implicit input dependencies.[all …]
70 Build(pctx PackageContext, params BuildParams)
310 Build(pctx PackageContext, params BuildParams)
39 type BuildParams struct { struct40 Rule blueprint.Rule41 Deps blueprint.Deps42 Depfile WritablePath43 Description string44 Output WritablePath45 Outputs WritablePaths46 ImplicitOutput WritablePath47 ImplicitOutputs WritablePaths48 Input Path[all …]
169 BuildParams anonMember173 func newTestingBuildParams(provider testBuildProvider, bparams BuildParams) TestingBuildParams {
38 Build(pctx PackageContext, params BuildParams)
344 Build(PackageContext, BuildParams) argument
62 Build(pctx blueprint.PackageContext, params blueprint.BuildParams)