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

Unified Diff: net/BUILD.gn

Issue 2724013002: net: remove CryptoModule class (Closed)
Patch Set: Created 3 years, 10 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 | « chromeos/network/onc/onc_certificate_importer_impl_unittest.cc ('k') | net/base/crypto_module.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 8c4009f16395a33d3d4d1a8e9becee9d7bfafd78..492f62aebe152269043954b3970039b16fc39da9 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -397,9 +397,6 @@ component("net") {
"base/cache_type.h",
"base/chunked_upload_data_stream.cc",
"base/chunked_upload_data_stream.h",
- "base/crypto_module.h",
- "base/crypto_module_nss.cc",
- "base/crypto_module_openssl.cc",
"base/data_url.cc",
"base/data_url.h",
"base/elements_upload_data_stream.cc",
@@ -1689,7 +1686,6 @@ component("net") {
if (!use_openssl_certs) {
sources -= [
- "base/crypto_module_openssl.cc",
"cert/cert_database_openssl.cc",
"cert/cert_verify_proc_openssl.cc",
"cert/cert_verify_proc_openssl.h",
@@ -1722,7 +1718,6 @@ component("net") {
if (!use_nss_certs) {
sources -= [
- "base/crypto_module_nss.cc",
"cert/cert_database_nss.cc",
"cert/internal/cert_issuer_source_nss.cc",
"cert/internal/cert_issuer_source_nss.h",
« no previous file with comments | « chromeos/network/onc/onc_certificate_importer_impl_unittest.cc ('k') | net/base/crypto_module.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698