diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-04-11 16:55:07 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-04-12 16:30:35 +0200 |
commit | e7458ab863ea9b1b2e6a9b874e5fdd1dd7262c22 (patch) | |
tree | 3503344aae36d950b7cc6bc5332dbeecbfa45e64 /etc/import/include/grpc/TARGETS.grpc | |
parent | 0c36fdfdb8705f6af33d7775c2afd006356cb17b (diff) | |
download | justbuild-e7458ab863ea9b1b2e6a9b874e5fdd1dd7262c22.tar.gz |
Update grpc to v1.62.1 and all its dependencies
- update boringssl to commit ae72a45
- update protobuf to v25.1
- update abseil to v20240116.0 (including patches)
Also add mirrors for third-party dependencies where known and
hashes correspond.
Diffstat (limited to 'etc/import/include/grpc/TARGETS.grpc')
-rw-r--r-- | etc/import/include/grpc/TARGETS.grpc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/import/include/grpc/TARGETS.grpc b/etc/import/include/grpc/TARGETS.grpc index 892aa639..2da10193 100644 --- a/etc/import/include/grpc/TARGETS.grpc +++ b/etc/import/include/grpc/TARGETS.grpc @@ -20,6 +20,7 @@ , "support/sync_windows.h" , "support/thd_id.h" , "support/time.h" + , "impl/call.h" , "impl/codegen/atm.h" , "impl/codegen/atm_gcc_atomic.h" , "impl/codegen/atm_gcc_sync.h" @@ -41,6 +42,7 @@ { "type": ["@", "rules", "data", "staged"] , "srcs": [ "grpc_audit_logging.h" + , "grpc_crl_provider.h" , "byte_buffer.h" , "byte_buffer_reader.h" , "compression.h" @@ -75,6 +77,7 @@ , "srcs": [ "event_engine/endpoint_config.h" , "event_engine/event_engine.h" + , "event_engine/extensible.h" , "event_engine/port.h" , "event_engine/memory_allocator.h" , "event_engine/memory_request.h" @@ -133,4 +136,9 @@ , "srcs": ["census.h"] , "stage": ["grpc"] } +, "channel_arg_names_headers": + { "type": ["@", "rules", "data", "staged"] + , "srcs": ["impl/channel_arg_names.h"] + , "stage": ["grpc"] + } } |