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

Side by Side Diff: net/net.gyp

Issue 7827033: Introduce net::HttpServerPropertiesManager to manage server-specific properties. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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_factory_impl_job.cc ('k') | net/spdy/spdy_test_util.cc » ('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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 'http/http_request_headers.cc', 418 'http/http_request_headers.cc',
419 'http/http_request_headers.h', 419 'http/http_request_headers.h',
420 'http/http_request_info.cc', 420 'http/http_request_info.cc',
421 'http/http_request_info.h', 421 'http/http_request_info.h',
422 'http/http_response_body_drainer.cc', 422 'http/http_response_body_drainer.cc',
423 'http/http_response_body_drainer.h', 423 'http/http_response_body_drainer.h',
424 'http/http_response_headers.cc', 424 'http/http_response_headers.cc',
425 'http/http_response_headers.h', 425 'http/http_response_headers.h',
426 'http/http_response_info.cc', 426 'http/http_response_info.cc',
427 'http/http_response_info.h', 427 'http/http_response_info.h',
428 'http/http_server_properties.h',
429 'http/http_server_properties_impl.cc',
430 'http/http_server_properties_impl.h',
428 'http/http_stream.h', 431 'http/http_stream.h',
429 'http/http_stream_factory.cc', 432 'http/http_stream_factory.cc',
430 'http/http_stream_factory.h', 433 'http/http_stream_factory.h',
431 'http/http_stream_factory_impl.cc', 434 'http/http_stream_factory_impl.cc',
432 'http/http_stream_factory_impl.h', 435 'http/http_stream_factory_impl.h',
433 'http/http_stream_factory_impl_job.cc', 436 'http/http_stream_factory_impl_job.cc',
434 'http/http_stream_factory_impl_job.h', 437 'http/http_stream_factory_impl_job.h',
435 'http/http_stream_factory_impl_request.cc', 438 'http/http_stream_factory_impl_request.cc',
436 'http/http_stream_factory_impl_request.h', 439 'http/http_stream_factory_impl_request.h',
437 'http/http_stream_parser.cc', 440 'http/http_stream_parser.cc',
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
1013 'http/http_byte_range_unittest.cc', 1016 'http/http_byte_range_unittest.cc',
1014 'http/http_cache_unittest.cc', 1017 'http/http_cache_unittest.cc',
1015 'http/http_chunked_decoder_unittest.cc', 1018 'http/http_chunked_decoder_unittest.cc',
1016 'http/http_mac_signature_unittest.cc', 1019 'http/http_mac_signature_unittest.cc',
1017 'http/http_network_layer_unittest.cc', 1020 'http/http_network_layer_unittest.cc',
1018 'http/http_network_transaction_unittest.cc', 1021 'http/http_network_transaction_unittest.cc',
1019 'http/http_proxy_client_socket_pool_unittest.cc', 1022 'http/http_proxy_client_socket_pool_unittest.cc',
1020 'http/http_request_headers_unittest.cc', 1023 'http/http_request_headers_unittest.cc',
1021 'http/http_response_body_drainer_unittest.cc', 1024 'http/http_response_body_drainer_unittest.cc',
1022 'http/http_response_headers_unittest.cc', 1025 'http/http_response_headers_unittest.cc',
1026 'http/http_server_properties_impl_unittest.cc',
1023 'http/http_stream_factory_impl_unittest.cc', 1027 'http/http_stream_factory_impl_unittest.cc',
1024 'http/http_transaction_unittest.cc', 1028 'http/http_transaction_unittest.cc',
1025 'http/http_transaction_unittest.h', 1029 'http/http_transaction_unittest.h',
1026 'http/http_util_unittest.cc', 1030 'http/http_util_unittest.cc',
1027 'http/http_vary_data_unittest.cc', 1031 'http/http_vary_data_unittest.cc',
1028 'http/mock_allow_url_security_manager.cc', 1032 'http/mock_allow_url_security_manager.cc',
1029 'http/mock_allow_url_security_manager.h', 1033 'http/mock_allow_url_security_manager.h',
1030 'http/mock_gssapi_library_posix.cc', 1034 'http/mock_gssapi_library_posix.cc',
1031 'http/mock_gssapi_library_posix.h', 1035 'http/mock_gssapi_library_posix.h',
1032 'http/mock_sspi_library_win.h', 1036 'http/mock_sspi_library_win.h',
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
1567 'tools/dump_cache/url_to_filename_encoder.cc', 1571 'tools/dump_cache/url_to_filename_encoder.cc',
1568 'tools/dump_cache/url_to_filename_encoder.h', 1572 'tools/dump_cache/url_to_filename_encoder.h',
1569 'tools/dump_cache/url_utilities.h', 1573 'tools/dump_cache/url_utilities.h',
1570 'tools/dump_cache/url_utilities.cc', 1574 'tools/dump_cache/url_utilities.cc',
1571 ], 1575 ],
1572 }, 1576 },
1573 ], 1577 ],
1574 }], 1578 }],
1575 ], 1579 ],
1576 } 1580 }
OLDNEW
« no previous file with comments | « net/http/http_stream_factory_impl_job.cc ('k') | net/spdy/spdy_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698