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

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: Better Close() handling and 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 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 'http/http_net_log_params.cc', 389 'http/http_net_log_params.cc',
390 'http/http_net_log_params.h', 390 'http/http_net_log_params.h',
391 'http/http_network_layer.cc', 391 'http/http_network_layer.cc',
392 'http/http_network_layer.h', 392 'http/http_network_layer.h',
393 'http/http_network_session.cc', 393 'http/http_network_session.cc',
394 'http/http_network_session.h', 394 'http/http_network_session.h',
395 'http/http_network_session_peer.cc', 395 'http/http_network_session_peer.cc',
396 'http/http_network_session_peer.h', 396 'http/http_network_session_peer.h',
397 'http/http_network_transaction.cc', 397 'http/http_network_transaction.cc',
398 'http/http_network_transaction.h', 398 'http/http_network_transaction.h',
399 'http/http_pipelined_connection.h',
400 'http/http_pipelined_connection_impl.cc',
401 'http/http_pipelined_connection_impl.h',
402 'http/http_pipelined_host.cc',
403 'http/http_pipelined_host.h',
404 'http/http_pipelined_host_pool.cc',
405 'http/http_pipelined_host_pool.h',
406 'http/http_pipelined_stream.cc',
407 'http/http_pipelined_stream.h',
399 'http/http_request_headers.cc', 408 'http/http_request_headers.cc',
400 'http/http_request_headers.h', 409 'http/http_request_headers.h',
401 'http/http_request_info.cc', 410 'http/http_request_info.cc',
402 'http/http_request_info.h', 411 'http/http_request_info.h',
403 'http/http_response_body_drainer.cc', 412 'http/http_response_body_drainer.cc',
404 'http/http_response_body_drainer.h', 413 'http/http_response_body_drainer.h',
405 'http/http_response_headers.cc', 414 'http/http_response_headers.cc',
406 'http/http_response_headers.h', 415 'http/http_response_headers.h',
407 'http/http_response_info.cc', 416 'http/http_response_info.cc',
408 'http/http_response_info.h', 417 'http/http_response_info.h',
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 'http/http_auth_handler_negotiate_unittest.cc', 1004 'http/http_auth_handler_negotiate_unittest.cc',
996 'http/http_auth_handler_unittest.cc', 1005 'http/http_auth_handler_unittest.cc',
997 'http/http_auth_sspi_win_unittest.cc', 1006 'http/http_auth_sspi_win_unittest.cc',
998 'http/http_auth_unittest.cc', 1007 'http/http_auth_unittest.cc',
999 'http/http_byte_range_unittest.cc', 1008 'http/http_byte_range_unittest.cc',
1000 'http/http_cache_unittest.cc', 1009 'http/http_cache_unittest.cc',
1001 'http/http_chunked_decoder_unittest.cc', 1010 'http/http_chunked_decoder_unittest.cc',
1002 'http/http_mac_signature_unittest.cc', 1011 'http/http_mac_signature_unittest.cc',
1003 'http/http_network_layer_unittest.cc', 1012 'http/http_network_layer_unittest.cc',
1004 'http/http_network_transaction_unittest.cc', 1013 'http/http_network_transaction_unittest.cc',
1014 'http/http_pipelined_connection_impl_unittest.cc',
1015 'http/http_pipelined_host_unittest.cc',
1005 'http/http_proxy_client_socket_pool_unittest.cc', 1016 'http/http_proxy_client_socket_pool_unittest.cc',
1006 'http/http_request_headers_unittest.cc', 1017 'http/http_request_headers_unittest.cc',
1007 'http/http_response_body_drainer_unittest.cc', 1018 'http/http_response_body_drainer_unittest.cc',
1008 'http/http_response_headers_unittest.cc', 1019 'http/http_response_headers_unittest.cc',
1009 'http/http_stream_factory_impl_unittest.cc', 1020 'http/http_stream_factory_impl_unittest.cc',
1010 'http/http_transaction_unittest.cc', 1021 'http/http_transaction_unittest.cc',
1011 'http/http_transaction_unittest.h', 1022 'http/http_transaction_unittest.h',
1012 'http/http_util_unittest.cc', 1023 'http/http_util_unittest.cc',
1013 'http/http_vary_data_unittest.cc', 1024 'http/http_vary_data_unittest.cc',
1014 'http/mock_allow_url_security_manager.cc', 1025 'http/mock_allow_url_security_manager.cc',
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
1542 'tools/dump_cache/url_to_filename_encoder.cc', 1553 'tools/dump_cache/url_to_filename_encoder.cc',
1543 'tools/dump_cache/url_to_filename_encoder.h', 1554 'tools/dump_cache/url_to_filename_encoder.h',
1544 'tools/dump_cache/url_utilities.h', 1555 'tools/dump_cache/url_utilities.h',
1545 'tools/dump_cache/url_utilities.cc', 1556 'tools/dump_cache/url_utilities.cc',
1546 ], 1557 ],
1547 }, 1558 },
1548 ], 1559 ],
1549 }], 1560 }],
1550 ], 1561 ],
1551 } 1562 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698