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

Side by Side Diff: net/net.gyp

Issue 1110012: Revert r42300: "HttpRequestHeaders refactor." (Closed)
Patch Set: Created 10 years, 9 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
« no previous file with comments | « net/http/http_request_headers_unittest.cc ('k') | net/url_request/url_request_unittest.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 'http/http_cache_transaction.cc', 344 'http/http_cache_transaction.cc',
345 'http/http_cache_transaction.h', 345 'http/http_cache_transaction.h',
346 'http/http_chunked_decoder.cc', 346 'http/http_chunked_decoder.cc',
347 'http/http_chunked_decoder.h', 347 'http/http_chunked_decoder.h',
348 'http/http_network_layer.cc', 348 'http/http_network_layer.cc',
349 'http/http_network_layer.h', 349 'http/http_network_layer.h',
350 'http/http_network_session.cc', 350 'http/http_network_session.cc',
351 'http/http_network_session.h', 351 'http/http_network_session.h',
352 'http/http_network_transaction.cc', 352 'http/http_network_transaction.cc',
353 'http/http_network_transaction.h', 353 'http/http_network_transaction.h',
354 'http/http_request_headers.cc',
355 'http/http_request_headers.h',
356 'http/http_request_info.h', 354 'http/http_request_info.h',
357 'http/http_response_headers.cc', 355 'http/http_response_headers.cc',
358 'http/http_response_headers.h', 356 'http/http_response_headers.h',
359 'http/http_response_info.cc', 357 'http/http_response_info.cc',
360 'http/http_response_info.h', 358 'http/http_response_info.h',
361 'http/http_stream.h', 359 'http/http_stream.h',
362 'http/http_stream_parser.cc', 360 'http/http_stream_parser.cc',
363 'http/http_stream_parser.h', 361 'http/http_stream_parser.h',
364 'http/http_transaction.h', 362 'http/http_transaction.h',
365 'http/http_transaction_factory.h', 363 'http/http_transaction_factory.h',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 'http/http_auth_handler_basic_unittest.cc', 656 'http/http_auth_handler_basic_unittest.cc',
659 'http/http_auth_handler_digest_unittest.cc', 657 'http/http_auth_handler_digest_unittest.cc',
660 'http/http_auth_handler_factory_unittest.cc', 658 'http/http_auth_handler_factory_unittest.cc',
661 'http/http_auth_sspi_win_unittest.cc', 659 'http/http_auth_sspi_win_unittest.cc',
662 'http/http_auth_unittest.cc', 660 'http/http_auth_unittest.cc',
663 'http/http_byte_range_unittest.cc', 661 'http/http_byte_range_unittest.cc',
664 'http/http_cache_unittest.cc', 662 'http/http_cache_unittest.cc',
665 'http/http_chunked_decoder_unittest.cc', 663 'http/http_chunked_decoder_unittest.cc',
666 'http/http_network_layer_unittest.cc', 664 'http/http_network_layer_unittest.cc',
667 'http/http_network_transaction_unittest.cc', 665 'http/http_network_transaction_unittest.cc',
668 'http/http_request_headers_unittest.cc',
669 'http/http_response_headers_unittest.cc', 666 'http/http_response_headers_unittest.cc',
670 'http/http_transaction_unittest.cc', 667 'http/http_transaction_unittest.cc',
671 'http/http_transaction_unittest.h', 668 'http/http_transaction_unittest.h',
672 'http/http_util_unittest.cc', 669 'http/http_util_unittest.cc',
673 'http/http_vary_data_unittest.cc', 670 'http/http_vary_data_unittest.cc',
674 'proxy/init_proxy_resolver_unittest.cc', 671 'proxy/init_proxy_resolver_unittest.cc',
675 'proxy/mock_proxy_resolver.h', 672 'proxy/mock_proxy_resolver.h',
676 'proxy/proxy_bypass_rules_unittest.cc', 673 'proxy/proxy_bypass_rules_unittest.cc',
677 'proxy/proxy_config_service_linux_unittest.cc', 674 'proxy/proxy_config_service_linux_unittest.cc',
678 'proxy/proxy_config_service_win_unittest.cc', 675 'proxy/proxy_config_service_win_unittest.cc',
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 ], 952 ],
956 }], 953 }],
957 ], 954 ],
958 } 955 }
959 956
960 # Local Variables: 957 # Local Variables:
961 # tab-width:2 958 # tab-width:2
962 # indent-tabs-mode:nil 959 # indent-tabs-mode:nil
963 # End: 960 # End:
964 # vim: set expandtab tabstop=2 shiftwidth=2: 961 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/http/http_request_headers_unittest.cc ('k') | net/url_request/url_request_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698