aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Hongwei Wang <hongweiw@google.com>2015-07-16 16:18:19 -0700
committerGravatar Hongwei Wang <hongweiw@google.com>2015-07-16 16:18:19 -0700
commitda8858ff70fe2a86cb492d02682123b338bb8d4e (patch)
tree78cc32340d12aeedd4a69fc3e02bfaa1da9cb9d3 /build.json
parentc4cdbcd164c8582634ad4aab3c6037e240709387 (diff)
Add grpc_zookeeper in build.json
Diffstat (limited to 'build.json')
-rw-r--r--build.json19
1 files changed, 17 insertions, 2 deletions
diff --git a/build.json b/build.json
index 2b53e0b508..21d275dd31 100644
--- a/build.json
+++ b/build.json
@@ -126,7 +126,6 @@
"src/core/client_config/resolver_registry.h",
"src/core/client_config/resolvers/dns_resolver.h",
"src/core/client_config/resolvers/unix_resolver_posix.h",
- "src/core/client_config/resolvers/zookeeper_resolver.h",
"src/core/client_config/subchannel.h",
"src/core/client_config/subchannel_factory.h",
"src/core/client_config/uri_parser.h",
@@ -222,7 +221,6 @@
"src/core/client_config/resolver_registry.c",
"src/core/client_config/resolvers/dns_resolver.c",
"src/core/client_config/resolvers/unix_resolver_posix.c",
- "src/core/client_config/resolvers/zookeeper_resolver.c",
"src/core/client_config/subchannel.c",
"src/core/client_config/subchannel_factory.c",
"src/core/client_config/uri_parser.c",
@@ -554,6 +552,23 @@
"vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
},
{
+ "name": "grpc_zookeeper",
+ "build": "all",
+ "language": "c",
+ "headers": [
+ "src/core/client_config/resolvers/zookeeper_resolver.h"
+ ],
+ "src": [
+ "src/core/client_config/resolvers/zookeeper_resolver.c"
+ ],
+ "deps": [
+ "gpr",
+ "grpc"
+ ],
+ "secure": "no",
+ "vs_project_guid": "{F14EBEC1-DC43-45D3-8A7D-1A47072EFE50}"
+ },
+ {
"name": "grpc++",
"build": "all",
"language": "c++",