aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sources_and_headers.json
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2016-10-24 15:44:55 -0700
committerGravatar GitHub <noreply@github.com>2016-10-24 15:44:55 -0700
commit3cb89bcf4bf5f010d861e01d88eaee046221fbd4 (patch)
tree6f52a4ba94ad58b40ad5a0f2ab17995ed7dd3759 /tools/run_tests/sources_and_headers.json
parent0ac60ca9d9b2541c058354e1b331234064493521 (diff)
parent07ecd9d08cb712620cf0c378e9c3236b70cfd980 (diff)
Merge pull request #8281 from gcasto/cronet_cpp_api
Add C++ Api For Cronet
Diffstat (limited to 'tools/run_tests/sources_and_headers.json')
-rw-r--r--tools/run_tests/sources_and_headers.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json
index 5e8290ad90..61831746c3 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -4969,6 +4969,27 @@
},
{
"deps": [
+ "gpr",
+ "grpc++_base",
+ "grpc++_codegen_base",
+ "grpc++_codegen_base_src",
+ "grpc_cronet"
+ ],
+ "headers": [],
+ "is_filegroup": false,
+ "language": "c++",
+ "name": "grpc++_cronet",
+ "src": [
+ "src/cpp/client/cronet_credentials.cc",
+ "src/cpp/client/insecure_credentials.cc",
+ "src/cpp/common/insecure_create_auth_context.cc",
+ "src/cpp/server/insecure_server_credentials.cc"
+ ],
+ "third_party": false,
+ "type": "lib"
+ },
+ {
+ "deps": [
"grpc++",
"grpc++_reflection_proto"
],