aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-05-21 20:01:20 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-05-24 14:46:33 -0700
commit272cdca728d4c691cee1e2f0d2a55fe7ad78f036 (patch)
tree54ff4d5efd4b34caef04fc4317da22a8b791dd98 /grpc.gyp
parent687e0a88ca22a3a222f2e97258d9f49193d6bcd3 (diff)
regenerate projects
Diffstat (limited to 'grpc.gyp')
-rw-r--r--grpc.gyp15
1 files changed, 14 insertions, 1 deletions
diff --git a/grpc.gyp b/grpc.gyp
index 3edfe55f5b..2ceae3fe36 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -1745,6 +1745,7 @@
'third_party/boringssl/crypto/chacha/chacha.c',
'third_party/boringssl/crypto/cipher_extra/cipher_extra.c',
'third_party/boringssl/crypto/cipher_extra/derive_key.c',
+ 'third_party/boringssl/crypto/cipher_extra/e_aesccm.c',
'third_party/boringssl/crypto/cipher_extra/e_aesctrhmac.c',
'third_party/boringssl/crypto/cipher_extra/e_aesgcmsiv.c',
'third_party/boringssl/crypto/cipher_extra/e_chacha20poly1305.c',
@@ -1756,6 +1757,7 @@
'third_party/boringssl/crypto/cipher_extra/tls_cbc.c',
'third_party/boringssl/crypto/cmac/cmac.c',
'third_party/boringssl/crypto/conf/conf.c',
+ 'third_party/boringssl/crypto/cpu-aarch64-fuchsia.c',
'third_party/boringssl/crypto/cpu-aarch64-linux.c',
'third_party/boringssl/crypto/cpu-arm-linux.c',
'third_party/boringssl/crypto/cpu-arm.c',
@@ -1763,7 +1765,6 @@
'third_party/boringssl/crypto/cpu-ppc64le.c',
'third_party/boringssl/crypto/crypto.c',
'third_party/boringssl/crypto/curve25519/spake25519.c',
- 'third_party/boringssl/crypto/curve25519/x25519-x86_64.c',
'third_party/boringssl/crypto/dh/check.c',
'third_party/boringssl/crypto/dh/dh.c',
'third_party/boringssl/crypto/dh/dh_asn1.c',
@@ -1919,6 +1920,7 @@
'third_party/boringssl/ssl/d1_srtp.cc',
'third_party/boringssl/ssl/dtls_method.cc',
'third_party/boringssl/ssl/dtls_record.cc',
+ 'third_party/boringssl/ssl/handoff.cc',
'third_party/boringssl/ssl/handshake.cc',
'third_party/boringssl/ssl/handshake_client.cc',
'third_party/boringssl/ssl/handshake_server.cc',
@@ -2424,6 +2426,17 @@
],
},
{
+ 'target_name': 'boringssl_self_test_lib',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'boringssl_test_util',
+ 'boringssl',
+ ],
+ 'sources': [
+ 'third_party/boringssl/crypto/self_test.cc',
+ ],
+ },
+ {
'target_name': 'boringssl_file_test_gtest_lib',
'type': 'static_library',
'dependencies': [