blob: 3db14352529ebd5553e8d70d376f42e2372699a6 [file] [log] [blame] [edit]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "testproto",
srcs = [
"generate.go",
"test.pb.go",
"test_grpc.pb.go",
],
importpath = "go.skia.org/infra/go/grpclogging/testproto",
visibility = ["//visibility:public"],
deps = [
"@org_golang_google_grpc//:grpc",
"@org_golang_google_grpc//codes",
"@org_golang_google_grpc//status",
"@org_golang_google_protobuf//reflect/protoreflect",
"@org_golang_google_protobuf//runtime/protoimpl",
],
)