Use tf_grpc_cc_dependency in tensorflow/core/debug

PiperOrigin-RevId: 304481760
Change-Id: I5c4e7158606546e7280cab6cd9eb470d5d437a99
This commit is contained in:
Andrew Audibert 2020-04-02 14:46:38 -07:00 committed by TensorFlower Gardener
parent 3107174868
commit 0ebf54a8dd

View File

@ -12,6 +12,7 @@
# a watch state.
# ":debug_node_key" - Defines a struct used for tracking tensors.
load("//tensorflow:tensorflow.bzl", "tf_grpc_cc_dependency")
load(
"//tensorflow:tensorflow.bzl",
"check_deps",
@ -123,7 +124,6 @@ tf_cuda_library(
":debug_node_key",
":debug_service_proto_cc",
":debugger_event_metadata_proto_cc",
"//tensorflow:grpc++",
"//tensorflow/core:core_cpu_internal",
"//tensorflow/core:framework",
"//tensorflow/core:graph",
@ -131,6 +131,7 @@ tf_cuda_library(
"//tensorflow/core:lib_internal",
"//tensorflow/core:protos_all_cc",
"@com_google_absl//absl/strings",
tf_grpc_cc_dependency(),
],
alwayslink = 1,
)
@ -146,11 +147,11 @@ tf_cuda_library(
":debug_io_utils",
":debug_service_proto_cc",
":debugger_event_metadata_proto_cc",
"//tensorflow:grpc++",
"//tensorflow/core:framework",
"//tensorflow/core:lib",
"//tensorflow/core:lib_internal",
"//tensorflow/core:protos_all_cc",
tf_grpc_cc_dependency(),
],
alwayslink = 1,
)