Home
last modified time | relevance | path

Searched refs:recipeProperties (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/infra/bots/gen_tasks_logic/
Dtask_builder.go22 recipeProperties map[string]string member
36 recipeProperties: map[string]string{},
232 if b.recipeProperties == nil {
235 b.recipeProperties[key] = value
250 props := make(map[string]interface{}, len(b.recipeProperties)+2)
266 for k, v := range b.recipeProperties {
269 b.recipeProperties = nil