aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-23 14:56:42 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-23 14:56:42 -0800
commite8eb8a4fd46b56dfbfdc8666fa498186b824bed0 (patch)
tree9d06a681bb64c2691f5b762f7f60654c544cb12c /build.json
parent0d58570f01b5dc5e1eccea17de1c7a6c7c612662 (diff)
parent74ae8f61d9cbc51d532b6ad98185094c1912a624 (diff)
Merge github.com:grpc/grpc into credit
Diffstat (limited to 'build.json')
-rw-r--r--build.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/build.json b/build.json
index 007b4913fb..807baa2d0f 100644
--- a/build.json
+++ b/build.json
@@ -374,7 +374,10 @@
"src/core/security/auth.c",
"src/core/security/base64.c",
"src/core/security/credentials.c",
+ "src/core/security/credentials_posix.c",
+ "src/core/security/credentials_win32.c",
"src/core/security/factories.c",
+ "src/core/security/google_default_credentials.c",
"src/core/security/json_token.c",
"src/core/security/secure_endpoint.c",
"src/core/security/secure_transport_setup.c",
@@ -1212,6 +1215,20 @@
]
},
{
+ "name": "grpc_print_google_default_creds_token",
+ "build": "tool",
+ "language": "c",
+ "src": [
+ "test/core/security/print_google_default_creds_token.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr_test_util",
+ "gpr"
+ ]
+ },
+ {
"name": "grpc_stream_op_test",
"build": "test",
"language": "c",