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

Unified Diff: crypto/BUILD.gn

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 | « components/certificate_reporting/error_reporter.cc ('k') | crypto/crypto.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/BUILD.gn
diff --git a/crypto/BUILD.gn b/crypto/BUILD.gn
index bf03af74885c045aa3ef68b82578f5043e67fe73..8d24e609e14bf9aa8d2b41ced5bcb2bed762dc47 100644
--- a/crypto/BUILD.gn
+++ b/crypto/BUILD.gn
@@ -19,8 +19,9 @@ component("crypto") {
"cssm_init.cc",
"cssm_init.h",
"curve25519-donna.c",
- "curve25519.cc",
"curve25519.h",
+ "curve25519_nss.cc",
+ "curve25519_openssl.cc",
"ec_private_key.h",
"ec_private_key_nss.cc",
"ec_private_key_openssl.cc",
@@ -136,6 +137,8 @@ component("crypto") {
if (use_openssl) {
# Remove NSS files when using OpenSSL
sources -= [
+ "curve25519-donna.c",
+ "curve25519_nss.cc",
"ec_private_key_nss.cc",
"ec_signature_creator_nss.cc",
"encryptor_nss.cc",
@@ -157,6 +160,7 @@ component("crypto") {
sources -= [
"aead_openssl.cc",
"aead_openssl.h",
+ "curve25519_openssl.cc",
"ec_private_key_openssl.cc",
"ec_signature_creator_openssl.cc",
"encryptor_openssl.cc",
« no previous file with comments | « components/certificate_reporting/error_reporter.cc ('k') | crypto/crypto.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698