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

Unified Diff: net/net.gyp

Issue 2668005: Bring the handling of <keygen> and support for the application/x-x509-user-ce... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Whitespace/style Created 10 years, 6 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/data/ssl/certificates/thawte.single.pem ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
===================================================================
--- net/net.gyp (revision 49024)
+++ net/net.gyp (working copy)
@@ -80,7 +80,6 @@
'base/host_resolver_proc.h',
'base/io_buffer.cc',
'base/io_buffer.h',
- 'base/keygen_handler.cc',
'base/keygen_handler.h',
'base/keygen_handler_mac.cc',
'base/keygen_handler_nss.cc',
@@ -126,6 +125,8 @@
'base/nss_memio.h',
'base/platform_mime_util.h',
# TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
+ 'base/pem_tokenizer.cc',
+ 'base/pem_tokenizer.h',
'base/platform_mime_util_linux.cc',
'base/platform_mime_util_mac.cc',
'base/platform_mime_util_win.cc',
@@ -644,6 +645,7 @@
'base/net_log_unittest.h',
'base/net_test_constants.h',
'base/net_util_unittest.cc',
+ 'base/pem_tokenizer_unittest.cc',
'base/registry_controlled_domain_unittest.cc',
'base/run_all_unittests.cc',
'base/sdch_filter_unittest.cc',
« no previous file with comments | « net/data/ssl/certificates/thawte.single.pem ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698