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

Unified Diff: net/net.gypi

Issue 1304143010: Plumbing SSLPrivateKey Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing upload and refptr. Created 5 years, 2 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
« content/test/BUILD.gn ('K') | « net/net.gyp ('k') | net/net_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 3ec18c026fc41c41899b474a50c40aba88b611c1..0837231e0c61a7936fa15956f892833ac4447a0a 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -168,8 +168,6 @@
'ssl/client_key_store.h',
'ssl/default_channel_id_store.cc',
'ssl/default_channel_id_store.h',
- 'ssl/openssl_client_key_store.cc',
- 'ssl/openssl_client_key_store.h',
'ssl/openssl_ssl_util.cc',
'ssl/openssl_ssl_util.h',
'ssl/signed_certificate_timestamp_and_status.cc',
@@ -1132,6 +1130,8 @@
'ssl/ssl_config_service_defaults.cc',
'ssl/ssl_config_service_defaults.h',
'ssl/ssl_platform_key.h',
+ 'ssl/ssl_platform_key_task_runner.cc',
+ 'ssl/ssl_platform_key_task_runner.h',
'ssl/ssl_platform_key_android.cc',
'ssl/ssl_platform_key_mac.cc',
'ssl/ssl_platform_key_nss.cc',
@@ -1686,7 +1686,6 @@
'ssl/client_cert_store_unittest-inl.h',
'ssl/client_cert_store_win_unittest.cc',
'ssl/default_channel_id_store_unittest.cc',
- 'ssl/openssl_client_key_store_unittest.cc',
'ssl/ssl_cipher_suite_names_unittest.cc',
'ssl/ssl_client_auth_cache_unittest.cc',
'ssl/ssl_client_session_cache_openssl_unittest.cc',
« content/test/BUILD.gn ('K') | « net/net.gyp ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698