aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/rpc/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-10-24 15:07:22 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-10-24 15:11:24 -0700
commitb20e0b28eec6245ce734d78cdb26dbf2d92c87ba (patch)
treee636c4c21f6a052daed721c01ab2686844d907fb /tensorflow/core/distributed_runtime/rpc/BUILD
parent8d1a4fa09cb40ee98ecddc99f207f17b05176897 (diff)
Add transitional and temporary include file to merge
grpc and grpc::internal namespaces while versions of gRPC are in transition PiperOrigin-RevId: 173317900
Diffstat (limited to 'tensorflow/core/distributed_runtime/rpc/BUILD')
-rw-r--r--tensorflow/core/distributed_runtime/rpc/BUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/tensorflow/core/distributed_runtime/rpc/BUILD b/tensorflow/core/distributed_runtime/rpc/BUILD
index a8af124e2b..5190288e88 100644
--- a/tensorflow/core/distributed_runtime/rpc/BUILD
+++ b/tensorflow/core/distributed_runtime/rpc/BUILD
@@ -182,6 +182,7 @@ cc_library(
srcs = ["grpc_worker_service_impl.cc"],
hdrs = ["grpc_worker_service_impl.h"],
deps = [
+ ":grpc_namespace_compat",
":grpc_serialization_traits",
"//tensorflow/core:worker_proto_cc",
"//tensorflow/core/distributed_runtime:worker_interface",
@@ -228,6 +229,7 @@ cc_library(
srcs = ["grpc_master_service_impl.cc"],
hdrs = ["grpc_master_service_impl.h"],
deps = [
+ ":grpc_namespace_compat",
":grpc_serialization_traits",
"//tensorflow/core:master_proto_cc",
"@grpc//:grpc++_unsecure",
@@ -235,6 +237,15 @@ cc_library(
)
cc_library(
+ name = "grpc_namespace_compat",
+ srcs = [],
+ hdrs = ["grpc_namespace_compat.h"],
+ deps = [
+ "@grpc//:grpc++_unsecure",
+ ],
+)
+
+cc_library(
name = "grpc_serialization_traits",
srcs = [],
hdrs = ["grpc_serialization_traits.h"],