aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/pprof.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/pprof.BUILD')
-rw-r--r--third_party/pprof.BUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/third_party/pprof.BUILD b/third_party/pprof.BUILD
index edd5209594..8bd5bacaf1 100644
--- a/third_party/pprof.BUILD
+++ b/third_party/pprof.BUILD
@@ -4,15 +4,15 @@ package(
licenses(["notice"]) # MIT
-load("@protobuf//:protobuf.bzl", "py_proto_library")
+load("@protobuf_archive//:protobuf.bzl", "py_proto_library")
exports_files(["pprof/LICENSE"])
py_proto_library(
name = "pprof_proto_py",
srcs = ["proto/profile.proto"],
- default_runtime = "@protobuf//:protobuf_python",
- protoc = "@protobuf//:protoc",
+ default_runtime = "@protobuf_archive//:protobuf_python",
+ protoc = "@protobuf_archive//:protoc",
srcs_version = "PY2AND3",
- deps = ["@protobuf//:protobuf_python"],
+ deps = ["@protobuf_archive//:protobuf_python"],
)