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)
360 Build(pctx PackageContext, params BuildParams)
40 type BuildParams struct { struct41 Rule blueprint.Rule42 Deps blueprint.Deps43 Depfile WritablePath44 Description string45 Output WritablePath46 Outputs WritablePaths47 SymlinkOutput WritablePath48 SymlinkOutputs WritablePaths49 ImplicitOutput WritablePath[all …]
48 Build(pctx PackageContext, params BuildParams)
566 BuildParams anonMember
464 Build(PackageContext, BuildParams) argument
67 Build(pctx blueprint.PackageContext, params blueprint.BuildParams)