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

Side by Side Diff: net/net.gyp

Issue 9700056: Remove experimental support for MAC cookies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unused global Created 8 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 | Annotate | Revision Log
« no previous file with comments | « net/http/http_mac_signature_unittest.cc ('k') | net/url_request/url_request.h » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 'http/http_byte_range.cc', 425 'http/http_byte_range.cc',
426 'http/http_byte_range.h', 426 'http/http_byte_range.h',
427 'http/http_cache.cc', 427 'http/http_cache.cc',
428 'http/http_cache.h', 428 'http/http_cache.h',
429 'http/http_cache_transaction.cc', 429 'http/http_cache_transaction.cc',
430 'http/http_cache_transaction.h', 430 'http/http_cache_transaction.h',
431 'http/http_content_disposition.cc', 431 'http/http_content_disposition.cc',
432 'http/http_content_disposition.h', 432 'http/http_content_disposition.h',
433 'http/http_chunked_decoder.cc', 433 'http/http_chunked_decoder.cc',
434 'http/http_chunked_decoder.h', 434 'http/http_chunked_decoder.h',
435 'http/http_mac_signature.cc',
436 'http/http_mac_signature.h',
437 'http/http_net_log_params.cc', 435 'http/http_net_log_params.cc',
438 'http/http_net_log_params.h', 436 'http/http_net_log_params.h',
439 'http/http_network_layer.cc', 437 'http/http_network_layer.cc',
440 'http/http_network_layer.h', 438 'http/http_network_layer.h',
441 'http/http_network_session.cc', 439 'http/http_network_session.cc',
442 'http/http_network_session.h', 440 'http/http_network_session.h',
443 'http/http_network_session_peer.cc', 441 'http/http_network_session_peer.cc',
444 'http/http_network_session_peer.h', 442 'http/http_network_session_peer.h',
445 'http/http_network_transaction.cc', 443 'http/http_network_transaction.cc',
446 'http/http_network_transaction.h', 444 'http/http_network_transaction.h',
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
1119 'http/http_auth_handler_mock.cc', 1117 'http/http_auth_handler_mock.cc',
1120 'http/http_auth_handler_mock.h', 1118 'http/http_auth_handler_mock.h',
1121 'http/http_auth_handler_negotiate_unittest.cc', 1119 'http/http_auth_handler_negotiate_unittest.cc',
1122 'http/http_auth_handler_unittest.cc', 1120 'http/http_auth_handler_unittest.cc',
1123 'http/http_auth_sspi_win_unittest.cc', 1121 'http/http_auth_sspi_win_unittest.cc',
1124 'http/http_auth_unittest.cc', 1122 'http/http_auth_unittest.cc',
1125 'http/http_byte_range_unittest.cc', 1123 'http/http_byte_range_unittest.cc',
1126 'http/http_cache_unittest.cc', 1124 'http/http_cache_unittest.cc',
1127 'http/http_chunked_decoder_unittest.cc', 1125 'http/http_chunked_decoder_unittest.cc',
1128 'http/http_content_disposition_unittest.cc', 1126 'http/http_content_disposition_unittest.cc',
1129 'http/http_mac_signature_unittest.cc',
1130 'http/http_network_layer_unittest.cc', 1127 'http/http_network_layer_unittest.cc',
1131 'http/http_network_transaction_spdy3_unittest.cc', 1128 'http/http_network_transaction_spdy3_unittest.cc',
1132 'http/http_network_transaction_spdy21_unittest.cc', 1129 'http/http_network_transaction_spdy21_unittest.cc',
1133 'http/http_network_transaction_spdy2_unittest.cc', 1130 'http/http_network_transaction_spdy2_unittest.cc',
1134 'http/http_pipelined_connection_impl_unittest.cc', 1131 'http/http_pipelined_connection_impl_unittest.cc',
1135 'http/http_pipelined_host_forced_unittest.cc', 1132 'http/http_pipelined_host_forced_unittest.cc',
1136 'http/http_pipelined_host_impl_unittest.cc', 1133 'http/http_pipelined_host_impl_unittest.cc',
1137 'http/http_pipelined_host_pool_unittest.cc', 1134 'http/http_pipelined_host_pool_unittest.cc',
1138 'http/http_pipelined_host_test_util.cc', 1135 'http/http_pipelined_host_test_util.cc',
1139 'http/http_pipelined_host_test_util.h', 1136 'http/http_pipelined_host_test_util.h',
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
1859 'tools/dump_cache/url_to_filename_encoder.cc', 1856 'tools/dump_cache/url_to_filename_encoder.cc',
1860 'tools/dump_cache/url_to_filename_encoder.h', 1857 'tools/dump_cache/url_to_filename_encoder.h',
1861 'tools/dump_cache/url_utilities.h', 1858 'tools/dump_cache/url_utilities.h',
1862 'tools/dump_cache/url_utilities.cc', 1859 'tools/dump_cache/url_utilities.cc',
1863 ], 1860 ],
1864 }, 1861 },
1865 ], 1862 ],
1866 }], 1863 }],
1867 ], 1864 ],
1868 } 1865 }
OLDNEW
« no previous file with comments | « net/http/http_mac_signature_unittest.cc ('k') | net/url_request/url_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698