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

Unified Diff: net/net.gyp

Issue 4935001: Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS pro... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Cleaned up Created 10 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.gyp
===================================================================
--- net/net.gyp (revision 68026)
+++ net/net.gyp (working copy)
@@ -424,6 +424,8 @@
'ftp/ftp_transaction_factory.h',
'ftp/ftp_util.cc',
'ftp/ftp_util.h',
+ 'http/connect_response_http_stream.cc',
+ 'http/connect_response_http_stream.h',
'http/des.cc',
'http/des.h',
'http/disk_cache_based_ssl_host_info.cc',
@@ -505,6 +507,7 @@
'http/http_proxy_client_socket.h',
'http/http_proxy_client_socket_pool.cc',
'http/http_proxy_client_socket_pool.h',
+ 'http/http_proxy_tunnel_client_socket.h',
'http/http_proxy_utils.cc',
'http/http_proxy_utils.h',
'http/http_util.cc',

Powered by Google App Engine
This is Rietveld 408576698