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

Side by Side Diff: net/net.gyp

Issue 7289006: Basic HTTP pipelining support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 9 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_stream_parser.cc ('k') | net/spdy/spdy_http_stream.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 'http/http_net_log_params.cc', 407 'http/http_net_log_params.cc',
408 'http/http_net_log_params.h', 408 'http/http_net_log_params.h',
409 'http/http_network_layer.cc', 409 'http/http_network_layer.cc',
410 'http/http_network_layer.h', 410 'http/http_network_layer.h',
411 'http/http_network_session.cc', 411 'http/http_network_session.cc',
412 'http/http_network_session.h', 412 'http/http_network_session.h',
413 'http/http_network_session_peer.cc', 413 'http/http_network_session_peer.cc',
414 'http/http_network_session_peer.h', 414 'http/http_network_session_peer.h',
415 'http/http_network_transaction.cc', 415 'http/http_network_transaction.cc',
416 'http/http_network_transaction.h', 416 'http/http_network_transaction.h',
417 'http/http_pipelined_connection.h',
418 'http/http_pipelined_connection_impl.cc',
419 'http/http_pipelined_connection_impl.h',
420 'http/http_pipelined_host.cc',
421 'http/http_pipelined_host.h',
422 'http/http_pipelined_host_pool.cc',
423 'http/http_pipelined_host_pool.h',
424 'http/http_pipelined_stream.cc',
425 'http/http_pipelined_stream.h',
417 'http/http_proxy_client_socket.cc', 426 'http/http_proxy_client_socket.cc',
418 'http/http_proxy_client_socket.h', 427 'http/http_proxy_client_socket.h',
419 'http/http_proxy_client_socket_pool.cc', 428 'http/http_proxy_client_socket_pool.cc',
420 'http/http_proxy_client_socket_pool.h', 429 'http/http_proxy_client_socket_pool.h',
421 'http/http_proxy_utils.cc', 430 'http/http_proxy_utils.cc',
422 'http/http_proxy_utils.h', 431 'http/http_proxy_utils.h',
423 'http/http_request_headers.cc', 432 'http/http_request_headers.cc',
424 'http/http_request_headers.h', 433 'http/http_request_headers.h',
425 'http/http_request_info.cc', 434 'http/http_request_info.cc',
426 'http/http_request_info.h', 435 'http/http_request_info.h',
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 'http/http_auth_handler_negotiate_unittest.cc', 1037 'http/http_auth_handler_negotiate_unittest.cc',
1029 'http/http_auth_handler_unittest.cc', 1038 'http/http_auth_handler_unittest.cc',
1030 'http/http_auth_sspi_win_unittest.cc', 1039 'http/http_auth_sspi_win_unittest.cc',
1031 'http/http_auth_unittest.cc', 1040 'http/http_auth_unittest.cc',
1032 'http/http_byte_range_unittest.cc', 1041 'http/http_byte_range_unittest.cc',
1033 'http/http_cache_unittest.cc', 1042 'http/http_cache_unittest.cc',
1034 'http/http_chunked_decoder_unittest.cc', 1043 'http/http_chunked_decoder_unittest.cc',
1035 'http/http_mac_signature_unittest.cc', 1044 'http/http_mac_signature_unittest.cc',
1036 'http/http_network_layer_unittest.cc', 1045 'http/http_network_layer_unittest.cc',
1037 'http/http_network_transaction_unittest.cc', 1046 'http/http_network_transaction_unittest.cc',
1047 'http/http_pipelined_connection_impl_unittest.cc',
1048 'http/http_pipelined_host_unittest.cc',
1038 'http/http_proxy_client_socket_pool_unittest.cc', 1049 'http/http_proxy_client_socket_pool_unittest.cc',
1039 'http/http_request_headers_unittest.cc', 1050 'http/http_request_headers_unittest.cc',
1040 'http/http_response_body_drainer_unittest.cc', 1051 'http/http_response_body_drainer_unittest.cc',
1041 'http/http_response_headers_unittest.cc', 1052 'http/http_response_headers_unittest.cc',
1042 'http/http_server_properties_impl_unittest.cc', 1053 'http/http_server_properties_impl_unittest.cc',
1043 'http/http_stream_factory_impl_unittest.cc', 1054 'http/http_stream_factory_impl_unittest.cc',
1044 'http/http_transaction_unittest.cc', 1055 'http/http_transaction_unittest.cc',
1045 'http/http_transaction_unittest.h', 1056 'http/http_transaction_unittest.h',
1046 'http/http_util_unittest.cc', 1057 'http/http_util_unittest.cc',
1047 'http/http_vary_data_unittest.cc', 1058 'http/http_vary_data_unittest.cc',
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
1603 'tools/dump_cache/url_to_filename_encoder.cc', 1614 'tools/dump_cache/url_to_filename_encoder.cc',
1604 'tools/dump_cache/url_to_filename_encoder.h', 1615 'tools/dump_cache/url_to_filename_encoder.h',
1605 'tools/dump_cache/url_utilities.h', 1616 'tools/dump_cache/url_utilities.h',
1606 'tools/dump_cache/url_utilities.cc', 1617 'tools/dump_cache/url_utilities.cc',
1607 ], 1618 ],
1608 }, 1619 },
1609 ], 1620 ],
1610 }], 1621 }],
1611 ], 1622 ],
1612 } 1623 }
OLDNEW
« no previous file with comments | « net/http/http_stream_parser.cc ('k') | net/spdy/spdy_http_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698