From 5b5976a3854776eb41494bd4b194a096ef3b28d0 Mon Sep 17 00:00:00 2001 From: Kiril Gorovoy Date: Thu, 10 Mar 2016 14:06:08 -0800 Subject: Move all gRPC deps from WORKSPACE to workspace.bzl. Change: 116906391 --- WORKSPACE | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) (limited to 'WORKSPACE') diff --git a/WORKSPACE b/WORKSPACE index 26bfa1f15f..003b6475f2 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -12,40 +12,10 @@ # path="", # api_level=21) +# Please add all new TensorFlow dependencies in workspace.bzl. load("//tensorflow:workspace.bzl", "tf_workspace") tf_workspace() -# grpc expects //external:protobuf_clib and //external:protobuf_compiler -# to point to the protobuf's compiler library. -bind( - name = "protobuf_clib", - actual = "//google/protobuf:protoc_lib", -) - -bind( - name = "protobuf_compiler", - actual = "//google/protobuf:protoc_lib", -) - -git_repository( - name = "grpc", - commit = "73979f4", - init_submodules = True, - remote = "https://github.com/grpc/grpc.git", -) - -# protobuf expects //external:grpc_cpp_plugin to point to grpc's -# C++ plugin code generator. -bind( - name = "grpc_cpp_plugin", - actual = "@grpc//:grpc_cpp_plugin", -) - -bind( - name = "grpc_lib", - actual = "@grpc//:grpc++_unsecure", -) - # TENSORBOARD_BOWER_AUTOGENERATED_BELOW_THIS_LINE_DO_NOT_EDIT new_git_repository( -- cgit v1.2.3