aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/pprof.BUILD
diff options
context:
space:
mode:
authorGravatar Jonathan Hseu <vomjom@vomjom.net>2017-07-27 10:40:16 -0700
committerGravatar Vijay Vasudevan <vrv@google.com>2017-07-27 10:40:16 -0700
commitd09304fca478b8db5c651eec6fb2559844a73373 (patch)
treef27288405c8ddae39aeafdc323eefa7baef44028 /third_party/pprof.BUILD
parent3cd828474f50b7a067115e0a38a1d078ff7432c1 (diff)
Upgrade gRPC (#11768)
* BUILD rule modifications * More build fixes * Code changes * More code fixes * Working tests * CMake build * Fix pprof * Fix header includes * CMake fix test * Bazel clean * Fix verbs * More verbs fixes * bazel clean for XLA * Windows build fix test * Add openssl/rand.h * New cmake build command * --config Release
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"],
)