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

Unified Diff: crypto/BUILD.gn

Issue 2457153003: Remove crypto/curve25519.h in favor of BoringSSL's. (Closed)
Patch Set: rebase Created 3 years, 11 months 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_unittest.cc ('k') | crypto/curve25519.h » ('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 e921374e2d847ca201b3411d4b58c74ab06e5607..6b45c9d6332d1049a02db40e50fcfcaa74988f45 100644
--- a/crypto/BUILD.gn
+++ b/crypto/BUILD.gn
@@ -18,8 +18,6 @@ component("crypto") {
"crypto_export.h",
"cssm_init.cc",
"cssm_init.h",
- "curve25519.cc",
- "curve25519.h",
"ec_private_key.cc",
"ec_private_key.h",
"ec_signature_creator.cc",
@@ -134,7 +132,6 @@ component("crypto") {
test("crypto_unittests") {
sources = [
"aead_unittest.cc",
- "curve25519_unittest.cc",
"ec_private_key_unittest.cc",
"ec_signature_creator_unittest.cc",
"encryptor_unittest.cc",
« no previous file with comments | « components/certificate_reporting/error_reporter_unittest.cc ('k') | crypto/curve25519.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698