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

Unified Diff: net/net.gypi

Issue 2391213002: Report curve types in ECDSA SSLPrivateKeys. (Closed)
Patch Set: rebase Created 4 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
« no previous file with comments | « net/android/keystore.cc ('k') | net/socket/ssl_client_socket_impl.cc » ('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 02b41be2ce21ed863f0659d4ddd75b3923b5946b..683e028d50cd4c18754d4d11701f591a13adae19 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1241,8 +1241,8 @@
'ssl/ssl_platform_key_android.cc',
'ssl/ssl_platform_key_mac.cc',
'ssl/ssl_platform_key_nss.cc',
- 'ssl/ssl_platform_key_task_runner.cc',
- 'ssl/ssl_platform_key_task_runner.h',
+ 'ssl/ssl_platform_key_util.cc',
+ 'ssl/ssl_platform_key_util.h',
'ssl/ssl_platform_key_win.cc',
'ssl/test_ssl_private_key.cc',
'ssl/test_ssl_private_key.h',
@@ -1910,6 +1910,7 @@
'ssl/ssl_config_unittest.cc',
'ssl/ssl_connection_status_flags_unittest.cc',
'ssl/ssl_platform_key_android_unittest.cc',
+ 'ssl/ssl_platform_key_util_unittest.cc',
'test/embedded_test_server/embedded_test_server_unittest.cc',
'test/embedded_test_server/http_request_unittest.cc',
'test/embedded_test_server/http_response_unittest.cc',
« no previous file with comments | « net/android/keystore.cc ('k') | net/socket/ssl_client_socket_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698