Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Unified Diff: crypto/crypto.gypi

Issue 1459783002: Roll src/third_party/boringssl/src d7421ebf6..3ac32b1ed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build, estark comments Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « crypto/crypto.gyp ('k') | crypto/curve25519.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/crypto.gypi
diff --git a/crypto/crypto.gypi b/crypto/crypto.gypi
index 73b33322605325ba3fae6de8866d24fbac2eb738..e5cc4f44d3ed89dbbf137214169435b8384f02af 100644
--- a/crypto/crypto.gypi
+++ b/crypto/crypto.gypi
@@ -37,9 +37,10 @@
'crypto_export.h',
'cssm_init.cc',
'cssm_init.h',
- 'curve25519.cc',
- 'curve25519.h',
'curve25519-donna.c',
+ 'curve25519.h',
+ 'curve25519_nss.cc',
+ 'curve25519_openssl.cc',
'ghash.cc',
'ghash.h',
'ec_private_key.h',
« no previous file with comments | « crypto/crypto.gyp ('k') | crypto/curve25519.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698