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

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 about:flags entry Created 9 years, 5 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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'http/http_net_log_params.cc', 371 'http/http_net_log_params.cc',
372 'http/http_net_log_params.h', 372 'http/http_net_log_params.h',
373 'http/http_network_layer.cc', 373 'http/http_network_layer.cc',
374 'http/http_network_layer.h', 374 'http/http_network_layer.h',
375 'http/http_network_session.cc', 375 'http/http_network_session.cc',
376 'http/http_network_session.h', 376 'http/http_network_session.h',
377 'http/http_network_session_peer.cc', 377 'http/http_network_session_peer.cc',
378 'http/http_network_session_peer.h', 378 'http/http_network_session_peer.h',
379 'http/http_network_transaction.cc', 379 'http/http_network_transaction.cc',
380 'http/http_network_transaction.h', 380 'http/http_network_transaction.h',
381 'http/http_pipelined_connection.cc',
382 'http/http_pipelined_connection.h',
383 'http/http_pipelined_host.cc',
384 'http/http_pipelined_host.h',
385 'http/http_pipelined_host_pool.cc',
386 'http/http_pipelined_host_pool.h',
387 'http/http_pipelined_stream.cc',
388 'http/http_pipelined_stream.h',
381 'http/http_request_headers.cc', 389 'http/http_request_headers.cc',
382 'http/http_request_headers.h', 390 'http/http_request_headers.h',
383 'http/http_request_info.cc', 391 'http/http_request_info.cc',
384 'http/http_request_info.h', 392 'http/http_request_info.h',
385 'http/http_response_body_drainer.cc', 393 'http/http_response_body_drainer.cc',
386 'http/http_response_body_drainer.h', 394 'http/http_response_body_drainer.h',
387 'http/http_response_headers.cc', 395 'http/http_response_headers.cc',
388 'http/http_response_headers.h', 396 'http/http_response_headers.h',
389 'http/http_response_info.cc', 397 'http/http_response_info.cc',
390 'http/http_response_info.h', 398 'http/http_response_info.h',
(...skipping 1086 matching lines...) Expand 10 before | Expand all | Expand 10 after
1477 'tools/dump_cache/url_to_filename_encoder.cc', 1485 'tools/dump_cache/url_to_filename_encoder.cc',
1478 'tools/dump_cache/url_to_filename_encoder.h', 1486 'tools/dump_cache/url_to_filename_encoder.h',
1479 'tools/dump_cache/url_utilities.h', 1487 'tools/dump_cache/url_utilities.h',
1480 'tools/dump_cache/url_utilities.cc', 1488 'tools/dump_cache/url_utilities.cc',
1481 ], 1489 ],
1482 }, 1490 },
1483 ], 1491 ],
1484 }], 1492 }],
1485 ], 1493 ],
1486 } 1494 }
OLDNEW
« net/http/http_stream_factory_impl_request.cc ('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