aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-01 08:48:45 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-01 08:48:45 -0700
commitaaa03d74ceae4d48e31f4ba0619e359acd21505a (patch)
tree06677cfa5ddf1e7732d53cf550cd2ec1deadbc83 /build.json
parentc590f213c7a7d0b9b1692826050152130fa5709f (diff)
parentee066371bbc83e3fdc0dd069d191335c32b9b6db (diff)
Merge github.com:grpc/grpc into you-complete-me
Diffstat (limited to 'build.json')
-rw-r--r--build.json20
1 files changed, 18 insertions, 2 deletions
diff --git a/build.json b/build.json
index 83c0062e6e..0de7d89f97 100644
--- a/build.json
+++ b/build.json
@@ -405,7 +405,7 @@
"src/core/httpcli/httpcli.h",
"src/core/httpcli/httpcli_security_connector.h",
"src/core/httpcli/parser.h",
- "src/core/security/auth.h",
+ "src/core/security/auth_filters.h",
"src/core/security/base64.h",
"src/core/security/credentials.h",
"src/core/security/json_token.h",
@@ -423,9 +423,10 @@
"src/core/httpcli/httpcli.c",
"src/core/httpcli/httpcli_security_connector.c",
"src/core/httpcli/parser.c",
- "src/core/security/auth.c",
"src/core/security/base64.c",
+ "src/core/security/client_auth_filter.c",
"src/core/security/credentials.c",
+ "src/core/security/credentials_metadata.c",
"src/core/security/credentials_posix.c",
"src/core/security/credentials_win32.c",
"src/core/security/google_default_credentials.c",
@@ -434,6 +435,7 @@
"src/core/security/secure_transport_setup.c",
"src/core/security/security_connector.c",
"src/core/security/security_context.c",
+ "src/core/security/server_auth_filter.c",
"src/core/security/server_secure_chttp2.c",
"src/core/surface/init_secure.c",
"src/core/surface/secure_channel_create.c",
@@ -1274,6 +1276,20 @@
]
},
{
+ "name": "grpc_auth_context_test",
+ "build": "test",
+ "language": "c",
+ "src": [
+ "test/core/security/auth_context_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr_test_util",
+ "gpr"
+ ]
+ },
+ {
"name": "grpc_base64_test",
"build": "test",
"language": "c",