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

Side by Side 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: Remove stray reference to connect_response_http_stream.h 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 'http/http_transaction.h', 498 'http/http_transaction.h',
499 'http/http_transaction_factory.h', 499 'http/http_transaction_factory.h',
500 'http/url_security_manager.h', 500 'http/url_security_manager.h',
501 'http/url_security_manager.cc', 501 'http/url_security_manager.cc',
502 'http/url_security_manager_posix.cc', 502 'http/url_security_manager_posix.cc',
503 'http/url_security_manager_win.cc', 503 'http/url_security_manager_win.cc',
504 'http/http_proxy_client_socket.cc', 504 'http/http_proxy_client_socket.cc',
505 'http/http_proxy_client_socket.h', 505 'http/http_proxy_client_socket.h',
506 'http/http_proxy_client_socket_pool.cc', 506 'http/http_proxy_client_socket_pool.cc',
507 'http/http_proxy_client_socket_pool.h', 507 'http/http_proxy_client_socket_pool.h',
508 'http/http_proxy_tunnel_client_socket.h',
508 'http/http_proxy_utils.cc', 509 'http/http_proxy_utils.cc',
509 'http/http_proxy_utils.h', 510 'http/http_proxy_utils.h',
510 'http/http_util.cc', 511 'http/http_util.cc',
511 'http/http_util_icu.cc', 512 'http/http_util_icu.cc',
512 'http/http_util.h', 513 'http/http_util.h',
513 'http/http_vary_data.cc', 514 'http/http_vary_data.cc',
514 'http/http_vary_data.h', 515 'http/http_vary_data.h',
515 'http/http_version.h', 516 'http/http_version.h',
516 'http/md4.cc', 517 'http/md4.cc',
517 'http/md4.h', 518 'http/md4.h',
(...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after
1446 ], 1447 ],
1447 }], 1448 }],
1448 ], 1449 ],
1449 } 1450 }
1450 1451
1451 # Local Variables: 1452 # Local Variables:
1452 # tab-width:2 1453 # tab-width:2
1453 # indent-tabs-mode:nil 1454 # indent-tabs-mode:nil
1454 # End: 1455 # End:
1455 # vim: set expandtab tabstop=2 shiftwidth=2: 1456 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698