aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/pprof.BUILD
diff options
context:
space:
mode:
authorGravatar Justine Tunney <jart@google.com>2017-05-09 19:22:09 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-05-10 17:18:03 -0700
commit236ef2c9c7b77f851609cb4ee2d82c1428b66c8c (patch)
treea3e859e8aea1506148014f23236ce0aaa4adb920 /third_party/pprof.BUILD
parentb808475cc65351f16d383a53547f82f9632aeedd (diff)
Make pprof definition deterministic
PiperOrigin-RevId: 155584393
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",