Searched defs:BuildParams (Results 1 – 8 of 8) sorted by relevance
80 type BuildParams struct { struct81 Comment string // The comment that will appear above the definition.82 Depfile string // The dependency file name.83 Deps Deps // The format of the dependency file.84 Description string // The description that Ninja will print for the build.85 Rule Rule // The rule to invoke.86 Outputs []string // The list of explicit output targets.87 ImplicitOutputs []string // The list of implicit output targets.88 SymlinkOutputs []string // The list of Outputs or ImplicitOutputs that are symlinks.89 Inputs []string // The list of explicit input dependencies.[all …]
80 Build(pctx PackageContext, params BuildParams)
368 Build(pctx PackageContext, params BuildParams)
44 type BuildParams struct { struct45 Rule blueprint.Rule46 Deps blueprint.Deps47 Depfile WritablePath48 Description string49 Output WritablePath50 Outputs WritablePaths51 SymlinkOutput WritablePath52 SymlinkOutputs WritablePaths53 ImplicitOutput WritablePath[all …]
48 Build(pctx PackageContext, params BuildParams)
678 BuildParams anonMember
455 Build(PackageContext, BuildParams) argument
69 Build(pctx blueprint.PackageContext, params blueprint.BuildParams)