aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-03-08 10:44:02 +0100
committerGravatar GitHub <noreply@github.com>2018-03-08 10:44:02 +0100
commita5935917c535ffa0194a85ff062445912e49d790 (patch)
tree23542ae406cbe8fffd1a216153ba572709d47753 /grpc.gyp
parent632ddf745efe9936f393431bcea6e9a12c48b467 (diff)
parentd606e36061c721ca5d71603dac3a0ff9eb63f7f3 (diff)
Merge pull request #14629 from jtattermusch/bump_boringssl
Update third_party/boringssl to the latest chromium-stable
Diffstat (limited to 'grpc.gyp')
-rw-r--r--grpc.gyp13
1 files changed, 12 insertions, 1 deletions
diff --git a/grpc.gyp b/grpc.gyp
index cd3deddb0e..643323945e 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -1636,7 +1636,6 @@
'third_party/boringssl/crypto/cpu-intel.c',
'third_party/boringssl/crypto/cpu-ppc64le.c',
'third_party/boringssl/crypto/crypto.c',
- 'third_party/boringssl/crypto/curve25519/curve25519.c',
'third_party/boringssl/crypto/curve25519/spake25519.c',
'third_party/boringssl/crypto/curve25519/x25519-x86_64.c',
'third_party/boringssl/crypto/dh/check.c',
@@ -1822,6 +1821,7 @@
'third_party/boringssl/ssl/tls13_server.cc',
'third_party/boringssl/ssl/tls_method.cc',
'third_party/boringssl/ssl/tls_record.cc',
+ 'third_party/boringssl/third_party/fiat/curve25519.c',
],
},
{
@@ -1880,6 +1880,17 @@
],
},
{
+ 'target_name': 'boringssl_buf_test_lib',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'boringssl_test_util',
+ 'boringssl',
+ ],
+ 'sources': [
+ 'third_party/boringssl/crypto/buf/buf_test.cc',
+ ],
+ },
+ {
'target_name': 'boringssl_bytestring_test_lib',
'type': 'static_library',
'dependencies': [