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

Unified Diff: crypto/BUILD.gn

Issue 1924093006: Removing crypto/third_party/nss/ and removing crypto _win files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused sources. Created 4 years, 8 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 | « no previous file | 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 d42065fdab0784951fd77cbde18e1279bf54f773..5c853956f1a8f713e9469d2d8eee475f560ae4ef 100644
--- a/crypto/BUILD.gn
+++ b/crypto/BUILD.gn
@@ -33,7 +33,6 @@ component("crypto") {
"hkdf.h",
"hmac.cc",
"hmac.h",
- "hmac_openssl.cc",
"mac_security_services_lock.cc",
"mac_security_services_lock.h",
@@ -72,10 +71,8 @@ component("crypto") {
"signature_creator.h",
"signature_verifier.cc",
"signature_verifier.h",
+ "symmetric_key.cc",
"symmetric_key.h",
- "symmetric_key_openssl.cc",
- "third_party/nss/chromium-sha256.h",
- "third_party/nss/sha512.cc",
]
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
@@ -141,16 +138,12 @@ if (false && is_win) {
"crypto_export.h",
"hmac.cc",
"hmac.h",
- "hmac_win.cc",
- "scoped_capi_types.h",
- "scoped_nss_types.h",
+ "openssl_util.cc",
+ "openssl_util.h",
"secure_util.cc",
"secure_util.h",
+ "symmetric_key.cc",
"symmetric_key.h",
- "symmetric_key_win.cc",
- "third_party/nss/chromium-blapi.h",
- "third_party/nss/chromium-sha256.h",
- "third_party/nss/sha512.cc",
]
deps = [
« no previous file with comments | « no previous file | crypto/crypto.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698