aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-07-06 14:00:36 -0700
committerGravatar yang-g <yangg@google.com>2015-07-06 14:00:36 -0700
commit3abe60b9d08ff5a784a39f7c4a10c631547c3526 (patch)
treefd61ee8a10d507d7862fb3f3fe9bcfe480a97ce0 /build.json
parentd8c466ece12a88df844b5a2bf44c65cdbbfda4f1 (diff)
compiles
Diffstat (limited to 'build.json')
-rw-r--r--build.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/build.json b/build.json
index e8c23c6aeb..89607e1a6e 100644
--- a/build.json
+++ b/build.json
@@ -30,6 +30,7 @@
"public_headers": [
"include/grpc++/async_generic_service.h",
"include/grpc++/async_unary_call.h",
+ "include/grpc++/auth_context.h",
"include/grpc++/byte_buffer.h",
"include/grpc++/channel_arguments.h",
"include/grpc++/channel_interface.h",
@@ -65,6 +66,7 @@
],
"headers": [
"src/cpp/client/channel.h",
+ "src/cpp/common/create_auth_context.h",
"src/cpp/proto/proto_utils.h",
"src/cpp/server/thread_pool.h"
],
@@ -514,10 +516,13 @@
"language": "c++",
"headers": [
"src/cpp/client/secure_credentials.h",
+ "src/cpp/common/secure_auth_context.h",
"src/cpp/server/secure_server_credentials.h"
],
"src": [
"src/cpp/client/secure_credentials.cc",
+ "src/cpp/common/secure_auth_context.cc",
+ "src/cpp/common/secure_create_auth_context.cc",
"src/cpp/server/secure_server_credentials.cc"
],
"deps": [
@@ -567,6 +572,12 @@
"name": "grpc++_unsecure",
"build": "all",
"language": "c++",
+ "headers": [
+ "src/cpp/common/insecure_auth_context.h"
+ ],
+ "src": [
+ "src/cpp/common/insecure_create_auth_context.cc"
+ ],
"deps": [
"gpr",
"grpc_unsecure"