diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-02-27 16:09:40 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-03-04 18:44:27 +0100 |
commit | da17ef5b04815ea3c6605274141a2e2b3b53b217 (patch) | |
tree | 45df0f5c168c115f705eed797d592b694a62e38a /etc/import/include/grpcpp/TARGETS.grpc | |
parent | fb80f2a5887353a9738c0d6a93d993392303b40c (diff) | |
download | justbuild-da17ef5b04815ea3c6605274141a2e2b3b53b217.tar.gz |
Update grpc to v1.70.1
...together with its dependencies:
- boringssl dec0d8f681348af8bb675e07bd89989665fca8bc
- protobuf v29.0
- abseil 20240722.0
Also update the bootstrap command for ssl to account for the fact
that now also the crypto library has fully moved to C++ and the
location of its sources has changed.
Diffstat (limited to 'etc/import/include/grpcpp/TARGETS.grpc')
-rw-r--r-- | etc/import/include/grpcpp/TARGETS.grpc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/import/include/grpcpp/TARGETS.grpc b/etc/import/include/grpcpp/TARGETS.grpc index a8a25403..d9b2bf01 100644 --- a/etc/import/include/grpcpp/TARGETS.grpc +++ b/etc/import/include/grpcpp/TARGETS.grpc @@ -138,6 +138,7 @@ [ "impl/codegen/proto_buffer_reader.h" , "impl/codegen/proto_buffer_writer.h" , "impl/codegen/proto_utils.h" + , "impl/generic_serialize.h" , "impl/proto_utils.h" ] , "stage": ["grpcpp"] @@ -166,4 +167,9 @@ , "srcs": ["support/global_callback_hook.h"] , "stage": ["grpcpp"] } +, "grpcpp_xds_server_builder_headers": + { "type": ["@", "rules", "data", "staged"] + , "srcs": ["xds_server_builder.h"] + , "stage": ["grpcpp"] + } } |