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

Unified Diff: net/net.gyp

Issue 261035: Adds support for the <keygen> tag for client certificate enrollment under Lin... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 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
Index: net/net.gyp
===================================================================
--- net/net.gyp (revision 28911)
+++ net/net.gyp (working copy)
@@ -31,6 +31,10 @@
'base/bzip2_filter.cc',
'base/bzip2_filter.h',
'base/cache_type.h',
+ 'base/cert_database.h',
+ 'base/cert_database_mac.cc',
+ 'base/cert_database_nss.cc',
+ 'base/cert_database_win.cc',
'base/cert_status_flags.cc',
'base/cert_status_flags.h',
'base/cert_verifier.cc',
@@ -76,6 +80,10 @@
'base/host_resolver_proc.h',
'base/io_buffer.cc',
'base/io_buffer.h',
+ 'base/keygen_handler.h',
+ 'base/keygen_handler_mac.cc',
+ 'base/keygen_handler_nss.cc',
+ 'base/keygen_handler_win.cc',
'base/listen_socket.cc',
'base/listen_socket.h',
'base/load_flags.h',

Powered by Google App Engine
This is Rietveld 408576698