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.BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/pprof.BUILD b/third_party/pprof.BUILD
index 6f27bfc819..edd5209594 100644
--- a/third_party/pprof.BUILD
+++ b/third_party/pprof.BUILD
@@ -10,7 +10,7 @@ exports_files(["pprof/LICENSE"])
py_proto_library(
name = "pprof_proto_py",
- srcs = ["pprof/profile.proto"],
+ srcs = ["proto/profile.proto"],
default_runtime = "@protobuf//:protobuf_python",
protoc = "@protobuf//:protoc",
srcs_version = "PY2AND3",