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

Side by Side Diff: net/net.gyp

Issue 3391029: Revert 60747 - Add a new class SpdyProxyClientSocket which implements ClientS... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/http/http_proxy_utils.cc ('k') | net/spdy/spdy_framer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'http/http_transaction.h', 446 'http/http_transaction.h',
447 'http/http_transaction_factory.h', 447 'http/http_transaction_factory.h',
448 'http/url_security_manager.h', 448 'http/url_security_manager.h',
449 'http/url_security_manager.cc', 449 'http/url_security_manager.cc',
450 'http/url_security_manager_posix.cc', 450 'http/url_security_manager_posix.cc',
451 'http/url_security_manager_win.cc', 451 'http/url_security_manager_win.cc',
452 'http/http_proxy_client_socket.cc', 452 'http/http_proxy_client_socket.cc',
453 'http/http_proxy_client_socket.h', 453 'http/http_proxy_client_socket.h',
454 'http/http_proxy_client_socket_pool.cc', 454 'http/http_proxy_client_socket_pool.cc',
455 'http/http_proxy_client_socket_pool.h', 455 'http/http_proxy_client_socket_pool.h',
456 'http/http_proxy_utils.cc',
457 'http/http_proxy_utils.h',
458 'http/http_util.cc', 456 'http/http_util.cc',
459 'http/http_util_icu.cc', 457 'http/http_util_icu.cc',
460 'http/http_util.h', 458 'http/http_util.h',
461 'http/http_vary_data.cc', 459 'http/http_vary_data.cc',
462 'http/http_vary_data.h', 460 'http/http_vary_data.h',
463 'http/http_version.h', 461 'http/http_version.h',
464 'http/md4.cc', 462 'http/md4.cc',
465 'http/md4.h', 463 'http/md4.h',
466 'http/partial_data.cc', 464 'http/partial_data.cc',
467 'http/partial_data.h', 465 'http/partial_data.h',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 'spdy/spdy_frame_builder.h', 563 'spdy/spdy_frame_builder.h',
566 'spdy/spdy_framer.cc', 564 'spdy/spdy_framer.cc',
567 'spdy/spdy_framer.h', 565 'spdy/spdy_framer.h',
568 'spdy/spdy_http_stream.cc', 566 'spdy/spdy_http_stream.cc',
569 'spdy/spdy_http_stream.h', 567 'spdy/spdy_http_stream.h',
570 'spdy/spdy_http_utils.cc', 568 'spdy/spdy_http_utils.cc',
571 'spdy/spdy_http_utils.h', 569 'spdy/spdy_http_utils.h',
572 'spdy/spdy_io_buffer.cc', 570 'spdy/spdy_io_buffer.cc',
573 'spdy/spdy_io_buffer.h', 571 'spdy/spdy_io_buffer.h',
574 'spdy/spdy_protocol.h', 572 'spdy/spdy_protocol.h',
575 'spdy/spdy_proxy_client_socket.cc',
576 'spdy/spdy_proxy_client_socket.h',
577 'spdy/spdy_session.cc', 573 'spdy/spdy_session.cc',
578 'spdy/spdy_session.h', 574 'spdy/spdy_session.h',
579 'spdy/spdy_session_pool.cc', 575 'spdy/spdy_session_pool.cc',
580 'spdy/spdy_session_pool.h', 576 'spdy/spdy_session_pool.h',
581 'spdy/spdy_settings_storage.cc', 577 'spdy/spdy_settings_storage.cc',
582 'spdy/spdy_settings_storage.h', 578 'spdy/spdy_settings_storage.h',
583 'spdy/spdy_stream.cc', 579 'spdy/spdy_stream.cc',
584 'spdy/spdy_stream.h', 580 'spdy/spdy_stream.h',
585 'url_request/https_prober.h', 581 'url_request/https_prober.h',
586 'url_request/https_prober.cc', 582 'url_request/https_prober.cc',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 'socket/ssl_client_socket_unittest.cc', 838 'socket/ssl_client_socket_unittest.cc',
843 'socket/ssl_client_socket_pool_unittest.cc', 839 'socket/ssl_client_socket_pool_unittest.cc',
844 'socket/tcp_client_socket_pool_unittest.cc', 840 'socket/tcp_client_socket_pool_unittest.cc',
845 'socket/tcp_client_socket_unittest.cc', 841 'socket/tcp_client_socket_unittest.cc',
846 'socket_stream/socket_stream_metrics_unittest.cc', 842 'socket_stream/socket_stream_metrics_unittest.cc',
847 'socket_stream/socket_stream_unittest.cc', 843 'socket_stream/socket_stream_unittest.cc',
848 'spdy/spdy_framer_test.cc', 844 'spdy/spdy_framer_test.cc',
849 'spdy/spdy_http_stream_unittest.cc', 845 'spdy/spdy_http_stream_unittest.cc',
850 'spdy/spdy_network_transaction_unittest.cc', 846 'spdy/spdy_network_transaction_unittest.cc',
851 'spdy/spdy_protocol_test.cc', 847 'spdy/spdy_protocol_test.cc',
852 'spdy/spdy_proxy_client_socket_unittest.cc',
853 'spdy/spdy_session_unittest.cc', 848 'spdy/spdy_session_unittest.cc',
854 'spdy/spdy_stream_unittest.cc', 849 'spdy/spdy_stream_unittest.cc',
855 'spdy/spdy_test_util.cc', 850 'spdy/spdy_test_util.cc',
856 'spdy/spdy_test_util.h', 851 'spdy/spdy_test_util.h',
857 'test/python_utils_unittest.cc', 852 'test/python_utils_unittest.cc',
858 'tools/dump_cache/url_to_filename_encoder.cc', 853 'tools/dump_cache/url_to_filename_encoder.cc',
859 'tools/dump_cache/url_to_filename_encoder.h', 854 'tools/dump_cache/url_to_filename_encoder.h',
860 'tools/dump_cache/url_to_filename_encoder_unittest.cc', 855 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
861 'tools/dump_cache/url_utilities.h', 856 'tools/dump_cache/url_utilities.h',
862 'tools/dump_cache/url_utilities.cc', 857 'tools/dump_cache/url_utilities.cc',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
1245 ], 1240 ],
1246 }], 1241 }],
1247 ], 1242 ],
1248 } 1243 }
1249 1244
1250 # Local Variables: 1245 # Local Variables:
1251 # tab-width:2 1246 # tab-width:2
1252 # indent-tabs-mode:nil 1247 # indent-tabs-mode:nil
1253 # End: 1248 # End:
1254 # vim: set expandtab tabstop=2 shiftwidth=2: 1249 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/http/http_proxy_utils.cc ('k') | net/spdy/spdy_framer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698