aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/debug
diff options
context:
space:
mode:
authorGravatar Brennan Saeta <saeta@google.com>2018-06-12 11:12:53 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-12 11:15:29 -0700
commitba9422a8adba18fc97cc1923002b7db8ca63dcfe (patch)
tree6a39ae7c735d803b389686a1ad20cfedd03cf560 /tensorflow/core/debug
parentffe3d1b4dba7c39a291861e75060a871caab92c3 (diff)
Switch from grpc++_unsecure to grpc++
Fixes #13590 PiperOrigin-RevId: 200246854
Diffstat (limited to 'tensorflow/core/debug')
-rw-r--r--tensorflow/core/debug/BUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/core/debug/BUILD b/tensorflow/core/debug/BUILD
index 1528c7f130..50f8a307d8 100644
--- a/tensorflow/core/debug/BUILD
+++ b/tensorflow/core/debug/BUILD
@@ -42,7 +42,7 @@ load(
# Check that tensorflow/core:tensorflow does not depend on grpc.
check_deps(
name = "core_tensorflow_check_deps",
- disallowed_deps = ["@grpc//:grpc++_unsecure"],
+ disallowed_deps = ["@grpc//:grpc++"],
deps = ["//tensorflow/core:tensorflow"],
)
@@ -150,7 +150,7 @@ tf_cuda_library(
"//tensorflow/core:lib_internal",
"//tensorflow/core:proto_text",
"//tensorflow/core:protos_all_cc",
- "@grpc//:grpc++_unsecure",
+ "@grpc//:grpc++",
],
alwayslink = 1,
)
@@ -170,7 +170,7 @@ tf_cuda_library(
"//tensorflow/core:lib",
"//tensorflow/core:lib_internal",
"//tensorflow/core:protos_all_cc",
- "@grpc//:grpc++_unsecure",
+ "@grpc//:grpc++",
],
alwayslink = 1,
)