mirror of https://github.com/grpc/grpc-node.git
Update grpc submodule on master
This commit is contained in:
parent
49298d20fa
commit
c4af9cd433
|
@ -275,6 +275,7 @@
|
|||
'deps/grpc/third_party/boringssl/crypto/chacha/chacha.c',
|
||||
'deps/grpc/third_party/boringssl/crypto/cipher_extra/cipher_extra.c',
|
||||
'deps/grpc/third_party/boringssl/crypto/cipher_extra/derive_key.c',
|
||||
'deps/grpc/third_party/boringssl/crypto/cipher_extra/e_aesccm.c',
|
||||
'deps/grpc/third_party/boringssl/crypto/cipher_extra/e_aesctrhmac.c',
|
||||
'deps/grpc/third_party/boringssl/crypto/cipher_extra/e_aesgcmsiv.c',
|
||||
'deps/grpc/third_party/boringssl/crypto/cipher_extra/e_chacha20poly1305.c',
|
||||
|
@ -286,6 +287,7 @@
|
|||
'deps/grpc/third_party/boringssl/crypto/cipher_extra/tls_cbc.c',
|
||||
'deps/grpc/third_party/boringssl/crypto/cmac/cmac.c',
|
||||
'deps/grpc/third_party/boringssl/crypto/conf/conf.c',
|
||||
'deps/grpc/third_party/boringssl/crypto/cpu-aarch64-fuchsia.c',
|
||||
'deps/grpc/third_party/boringssl/crypto/cpu-aarch64-linux.c',
|
||||
'deps/grpc/third_party/boringssl/crypto/cpu-arm-linux.c',
|
||||
'deps/grpc/third_party/boringssl/crypto/cpu-arm.c',
|
||||
|
@ -293,7 +295,6 @@
|
|||
'deps/grpc/third_party/boringssl/crypto/cpu-ppc64le.c',
|
||||
'deps/grpc/third_party/boringssl/crypto/crypto.c',
|
||||
'deps/grpc/third_party/boringssl/crypto/curve25519/spake25519.c',
|
||||
'deps/grpc/third_party/boringssl/crypto/curve25519/x25519-x86_64.c',
|
||||
'deps/grpc/third_party/boringssl/crypto/dh/check.c',
|
||||
'deps/grpc/third_party/boringssl/crypto/dh/dh.c',
|
||||
'deps/grpc/third_party/boringssl/crypto/dh/dh_asn1.c',
|
||||
|
@ -449,6 +450,7 @@
|
|||
'deps/grpc/third_party/boringssl/ssl/d1_srtp.cc',
|
||||
'deps/grpc/third_party/boringssl/ssl/dtls_method.cc',
|
||||
'deps/grpc/third_party/boringssl/ssl/dtls_record.cc',
|
||||
'deps/grpc/third_party/boringssl/ssl/handoff.cc',
|
||||
'deps/grpc/third_party/boringssl/ssl/handshake.cc',
|
||||
'deps/grpc/third_party/boringssl/ssl/handshake_client.cc',
|
||||
'deps/grpc/third_party/boringssl/ssl/handshake_server.cc',
|
||||
|
@ -567,7 +569,6 @@
|
|||
'deps/grpc/src/core/lib/gpr/env_linux.cc',
|
||||
'deps/grpc/src/core/lib/gpr/env_posix.cc',
|
||||
'deps/grpc/src/core/lib/gpr/env_windows.cc',
|
||||
'deps/grpc/src/core/lib/gpr/fork.cc',
|
||||
'deps/grpc/src/core/lib/gpr/host_port.cc',
|
||||
'deps/grpc/src/core/lib/gpr/log.cc',
|
||||
'deps/grpc/src/core/lib/gpr/log_android.cc',
|
||||
|
@ -592,6 +593,7 @@
|
|||
'deps/grpc/src/core/lib/gpr/tmpfile_posix.cc',
|
||||
'deps/grpc/src/core/lib/gpr/tmpfile_windows.cc',
|
||||
'deps/grpc/src/core/lib/gpr/wrap_memcpy.cc',
|
||||
'deps/grpc/src/core/lib/gprpp/fork.cc',
|
||||
'deps/grpc/src/core/lib/gprpp/thd_posix.cc',
|
||||
'deps/grpc/src/core/lib/gprpp/thd_windows.cc',
|
||||
'deps/grpc/src/core/lib/profiling/basic_timers.cc',
|
||||
|
@ -620,7 +622,7 @@
|
|||
'deps/grpc/src/core/lib/channel/channel_stack.cc',
|
||||
'deps/grpc/src/core/lib/channel/channel_stack_builder.cc',
|
||||
'deps/grpc/src/core/lib/channel/channel_trace.cc',
|
||||
'deps/grpc/src/core/lib/channel/channel_trace_registry.cc',
|
||||
'deps/grpc/src/core/lib/channel/channelz_registry.cc',
|
||||
'deps/grpc/src/core/lib/channel/connected_channel.cc',
|
||||
'deps/grpc/src/core/lib/channel/handshaker.cc',
|
||||
'deps/grpc/src/core/lib/channel/handshaker_factory.cc',
|
||||
|
@ -852,7 +854,6 @@
|
|||
'deps/grpc/third_party/nanopb/pb_decode.c',
|
||||
'deps/grpc/third_party/nanopb/pb_encode.c',
|
||||
'deps/grpc/src/core/tsi/transport_security.cc',
|
||||
'deps/grpc/src/core/tsi/transport_security_adapter.cc',
|
||||
'deps/grpc/src/core/ext/transport/chttp2/client/insecure/channel_create.cc',
|
||||
'deps/grpc/src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc',
|
||||
'deps/grpc/src/core/ext/transport/chttp2/client/authority.cc',
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit aef957950aa3390e3516531ca2d783de8fc9333b
|
||||
Subproject commit 6a2aaf096fc8baf1f73d4d531518cdefd3374c76
|
Loading…
Reference in New Issue