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

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: Added unit tests Created 9 years, 4 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
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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 'http/http_net_log_params.cc', 372 'http/http_net_log_params.cc',
373 'http/http_net_log_params.h', 373 'http/http_net_log_params.h',
374 'http/http_network_layer.cc', 374 'http/http_network_layer.cc',
375 'http/http_network_layer.h', 375 'http/http_network_layer.h',
376 'http/http_network_session.cc', 376 'http/http_network_session.cc',
377 'http/http_network_session.h', 377 'http/http_network_session.h',
378 'http/http_network_session_peer.cc', 378 'http/http_network_session_peer.cc',
379 'http/http_network_session_peer.h', 379 'http/http_network_session_peer.h',
380 'http/http_network_transaction.cc', 380 'http/http_network_transaction.cc',
381 'http/http_network_transaction.h', 381 'http/http_network_transaction.h',
382 'http/http_pipelined_connection.h',
383 'http/http_pipelined_connection_impl.cc',
384 'http/http_pipelined_connection_impl.h',
385 'http/http_pipelined_host.cc',
386 'http/http_pipelined_host.h',
387 'http/http_pipelined_host_pool.cc',
388 'http/http_pipelined_host_pool.h',
389 'http/http_pipelined_stream.cc',
390 'http/http_pipelined_stream.h',
382 'http/http_request_headers.cc', 391 'http/http_request_headers.cc',
383 'http/http_request_headers.h', 392 'http/http_request_headers.h',
384 'http/http_request_info.cc', 393 'http/http_request_info.cc',
385 'http/http_request_info.h', 394 'http/http_request_info.h',
386 'http/http_response_body_drainer.cc', 395 'http/http_response_body_drainer.cc',
387 'http/http_response_body_drainer.h', 396 'http/http_response_body_drainer.h',
388 'http/http_response_headers.cc', 397 'http/http_response_headers.cc',
389 'http/http_response_headers.h', 398 'http/http_response_headers.h',
390 'http/http_response_info.cc', 399 'http/http_response_info.cc',
391 'http/http_response_info.h', 400 'http/http_response_info.h',
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
951 'http/http_auth_handler_negotiate_unittest.cc', 960 'http/http_auth_handler_negotiate_unittest.cc',
952 'http/http_auth_handler_unittest.cc', 961 'http/http_auth_handler_unittest.cc',
953 'http/http_auth_sspi_win_unittest.cc', 962 'http/http_auth_sspi_win_unittest.cc',
954 'http/http_auth_unittest.cc', 963 'http/http_auth_unittest.cc',
955 'http/http_byte_range_unittest.cc', 964 'http/http_byte_range_unittest.cc',
956 'http/http_cache_unittest.cc', 965 'http/http_cache_unittest.cc',
957 'http/http_chunked_decoder_unittest.cc', 966 'http/http_chunked_decoder_unittest.cc',
958 'http/http_mac_signature_unittest.cc', 967 'http/http_mac_signature_unittest.cc',
959 'http/http_network_layer_unittest.cc', 968 'http/http_network_layer_unittest.cc',
960 'http/http_network_transaction_unittest.cc', 969 'http/http_network_transaction_unittest.cc',
970 'http/http_pipelined_connection_impl_unittest.cc',
971 'http/http_pipelined_host_unittest.cc',
961 'http/http_proxy_client_socket_pool_unittest.cc', 972 'http/http_proxy_client_socket_pool_unittest.cc',
962 'http/http_request_headers_unittest.cc', 973 'http/http_request_headers_unittest.cc',
963 'http/http_response_body_drainer_unittest.cc', 974 'http/http_response_body_drainer_unittest.cc',
964 'http/http_response_headers_unittest.cc', 975 'http/http_response_headers_unittest.cc',
965 'http/http_stream_factory_impl_unittest.cc', 976 'http/http_stream_factory_impl_unittest.cc',
966 'http/http_transaction_unittest.cc', 977 'http/http_transaction_unittest.cc',
967 'http/http_transaction_unittest.h', 978 'http/http_transaction_unittest.h',
968 'http/http_util_unittest.cc', 979 'http/http_util_unittest.cc',
969 'http/http_vary_data_unittest.cc', 980 'http/http_vary_data_unittest.cc',
970 'http/mock_allow_url_security_manager.cc', 981 'http/mock_allow_url_security_manager.cc',
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
1483 'tools/dump_cache/url_to_filename_encoder.cc', 1494 'tools/dump_cache/url_to_filename_encoder.cc',
1484 'tools/dump_cache/url_to_filename_encoder.h', 1495 'tools/dump_cache/url_to_filename_encoder.h',
1485 'tools/dump_cache/url_utilities.h', 1496 'tools/dump_cache/url_utilities.h',
1486 'tools/dump_cache/url_utilities.cc', 1497 'tools/dump_cache/url_utilities.cc',
1487 ], 1498 ],
1488 }, 1499 },
1489 ], 1500 ],
1490 }], 1501 }],
1491 ], 1502 ],
1492 } 1503 }
OLDNEW
« net/http/http_stream_factory_impl_request.h ('K') | « net/http/http_stream_parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698