blob: ddc5a8c6deadf8373d0e15716acc3b016a316a37 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "tracecache",
srcs = ["traceCache.go"],
importpath = "go.skia.org/infra/perf/go/tracecache",
visibility = ["//visibility:public"],
deps = [
"//go/cache",
"//go/paramtools",
"//go/query",
"//perf/go/types",
],
)