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

Unified Diff: net/net.gypi

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 4 years 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
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 79e7e02f84940368a2bb8563e7f0bae661fca08b..1fc9168815187210a9f75f9bad4a84b523d0cdc6 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -46,9 +46,6 @@
'base/network_interfaces.cc',
'base/network_interfaces.h',
'base/network_interfaces_posix.cc',
- 'base/openssl_private_key_store.h',
- 'base/openssl_private_key_store_android.cc',
- 'base/openssl_private_key_store_memory.cc',
'base/parse_number.cc',
'base/parse_number.h',
'base/port_util.cc',
@@ -316,12 +313,6 @@
'base/iovec.h',
'base/ip_pattern.cc',
'base/ip_pattern.h',
- 'base/keygen_handler.cc',
- 'base/keygen_handler.h',
- 'base/keygen_handler_mac.cc',
- 'base/keygen_handler_nss.cc',
- 'base/keygen_handler_openssl.cc',
- 'base/keygen_handler_win.cc',
# TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
'base/layered_network_delegate.cc',
'base/layered_network_delegate.h',
@@ -1423,8 +1414,6 @@
'ssl/test_ssl_private_key.h',
'ssl/threaded_ssl_private_key.cc',
'ssl/threaded_ssl_private_key.h',
- 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
- 'third_party/mozilla_security_manager/nsKeygenHandler.h',
'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
@@ -1553,7 +1542,6 @@
'base/ip_address_unittest.cc',
'base/ip_endpoint_unittest.cc',
'base/ip_pattern_unittest.cc',
- 'base/keygen_handler_unittest.cc',
'base/layered_network_delegate_unittest.cc',
'base/lookup_string_in_fixed_set_unittest.cc',
'base/mime_sniffer_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698