aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/rpc/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-16 09:48:47 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-16 09:51:51 -0700
commita6000da882aef2d8631c6c22bcfaa0db01d5336f (patch)
tree1db70c2500f9a50e992c337dedac3848c387ee58 /tensorflow/core/distributed_runtime/rpc/BUILD
parent60af0b18d15625753327835b79f4efa66c4b7bf7 (diff)
Further BUILD cleanup
PiperOrigin-RevId: 159238874
Diffstat (limited to 'tensorflow/core/distributed_runtime/rpc/BUILD')
-rw-r--r--tensorflow/core/distributed_runtime/rpc/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/core/distributed_runtime/rpc/BUILD b/tensorflow/core/distributed_runtime/rpc/BUILD
index 3ebc11614d..c0918ef445 100644
--- a/tensorflow/core/distributed_runtime/rpc/BUILD
+++ b/tensorflow/core/distributed_runtime/rpc/BUILD
@@ -119,6 +119,7 @@ cc_library(
hdrs = ["grpc_call.h"],
deps = [
"//tensorflow/core:lib",
+ "//tensorflow/core:lib_internal",
"@grpc//:grpc++_unsecure",
],
)
@@ -381,6 +382,7 @@ cc_library(
"//tensorflow/core/distributed_runtime:call_options",
"//tensorflow/core/distributed_runtime:local_master",
"//tensorflow/core/distributed_runtime:master_interface",
+ "//tensorflow/core/distributed_runtime:message_wrappers",
],
alwayslink = 1,
)