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

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: '' 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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 'http/http_util.cc', 512 'http/http_util.cc',
513 'http/http_util_icu.cc', 513 'http/http_util_icu.cc',
514 'http/http_util.h', 514 'http/http_util.h',
515 'http/http_vary_data.cc', 515 'http/http_vary_data.cc',
516 'http/http_vary_data.h', 516 'http/http_vary_data.h',
517 'http/http_version.h', 517 'http/http_version.h',
518 'http/md4.cc', 518 'http/md4.cc',
519 'http/md4.h', 519 'http/md4.h',
520 'http/partial_data.cc', 520 'http/partial_data.cc',
521 'http/partial_data.h', 521 'http/partial_data.h',
522 'http/proxy_client_socket.h',
522 'http/stream_factory.h', 523 'http/stream_factory.h',
523 'ocsp/nss_ocsp.cc', 524 'ocsp/nss_ocsp.cc',
524 'ocsp/nss_ocsp.h', 525 'ocsp/nss_ocsp.h',
525 'proxy/init_proxy_resolver.cc', 526 'proxy/init_proxy_resolver.cc',
526 'proxy/init_proxy_resolver.h', 527 'proxy/init_proxy_resolver.h',
527 'proxy/multi_threaded_proxy_resolver.cc', 528 'proxy/multi_threaded_proxy_resolver.cc',
528 'proxy/multi_threaded_proxy_resolver.h', 529 'proxy/multi_threaded_proxy_resolver.h',
529 'proxy/polling_proxy_config_service.cc', 530 'proxy/polling_proxy_config_service.cc',
530 'proxy/polling_proxy_config_service.h', 531 'proxy/polling_proxy_config_service.h',
531 'proxy/proxy_bypass_rules.cc', 532 'proxy/proxy_bypass_rules.cc',
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 ], 1450 ],
1450 }], 1451 }],
1451 ], 1452 ],
1452 } 1453 }
1453 1454
1454 # Local Variables: 1455 # Local Variables:
1455 # tab-width:2 1456 # tab-width:2
1456 # indent-tabs-mode:nil 1457 # indent-tabs-mode:nil
1457 # End: 1458 # End:
1458 # vim: set expandtab tabstop=2 shiftwidth=2: 1459 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698