aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-04-23 10:24:02 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2015-05-07 09:14:08 -0700
commit9f218ddd9db5049d0ba92334f1e0a329171343c9 (patch)
tree855161e4d4a9fc1f4110f2269e62d1350fc7d8fb /BUILD
parent63733efd730316c0317a5df4f288aac242014d91 (diff)
Adding support for per call credentials in core.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index df082e4778..2c47e62746 100644
--- a/BUILD
+++ b/BUILD
@@ -130,6 +130,7 @@ cc_library(
"src/core/httpcli/parser.h",
"src/core/security/auth.h",
"src/core/security/base64.h",
+ "src/core/security/context.h",
"src/core/security/credentials.h",
"src/core/security/json_token.h",
"src/core/security/secure_endpoint.h",
@@ -232,6 +233,7 @@ cc_library(
"src/core/httpcli/parser.c",
"src/core/security/auth.c",
"src/core/security/base64.c",
+ "src/core/security/context.c",
"src/core/security/credentials.c",
"src/core/security/credentials_posix.c",
"src/core/security/credentials_win32.c",