blob: 9c7e589066604a30152b9bba8a028d8f6777b32f [file] [log] [blame]
//go:build ignore
// +build ignore
package main
import (
"go.skia.org/infra/go/depot_tools/generator"
)
func main() {
generator.MustGenerate("../../../DEPS")
}