diff options
author | Julien Boeuf <jboeuf@google.com> | 2015-04-23 10:24:02 -0700 |
---|---|---|
committer | Julien Boeuf <jboeuf@google.com> | 2015-05-07 09:14:08 -0700 |
commit | 9f218ddd9db5049d0ba92334f1e0a329171343c9 (patch) | |
tree | 855161e4d4a9fc1f4110f2269e62d1350fc7d8fb /BUILD | |
parent | 63733efd730316c0317a5df4f288aac242014d91 (diff) |
Adding support for per call credentials in core.
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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", |