• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1licenses(["notice"])
2
3package(
4    default_testonly = 1,
5)
6
7proto_library(
8    name = "testing_api_proto",
9    srcs = ["testing_api.proto"],
10    visibility = ["//visibility:public"],
11    deps = [
12        "@com_google_protobuf//:duration_proto",
13        "@com_google_protobuf//:timestamp_proto",
14        "@com_google_protobuf//:wrappers_proto",
15    ],
16)
17