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

Side by Side Diff: net/net.gyp

Issue 14125003: Do not roll back to SSL 3.0 for Google properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. Created 7 years, 8 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_network_transaction_ssl_unittest.cc ('k') | net/socket/socket_test_util.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 1512 matching lines...) Expand 10 before | Expand all | Expand 10 after
1523 'http/http_auth_handler_unittest.cc', 1523 'http/http_auth_handler_unittest.cc',
1524 'http/http_auth_sspi_win_unittest.cc', 1524 'http/http_auth_sspi_win_unittest.cc',
1525 'http/http_auth_unittest.cc', 1525 'http/http_auth_unittest.cc',
1526 'http/http_byte_range_unittest.cc', 1526 'http/http_byte_range_unittest.cc',
1527 'http/http_cache_unittest.cc', 1527 'http/http_cache_unittest.cc',
1528 'http/http_chunked_decoder_unittest.cc', 1528 'http/http_chunked_decoder_unittest.cc',
1529 'http/http_content_disposition_unittest.cc', 1529 'http/http_content_disposition_unittest.cc',
1530 'http/http_network_layer_unittest.cc', 1530 'http/http_network_layer_unittest.cc',
1531 'http/http_network_transaction_spdy3_unittest.cc', 1531 'http/http_network_transaction_spdy3_unittest.cc',
1532 'http/http_network_transaction_spdy2_unittest.cc', 1532 'http/http_network_transaction_spdy2_unittest.cc',
1533 'http/http_network_transaction_ssl_unittest.cc',
1533 'http/http_pipelined_connection_impl_unittest.cc', 1534 'http/http_pipelined_connection_impl_unittest.cc',
1534 'http/http_pipelined_host_forced_unittest.cc', 1535 'http/http_pipelined_host_forced_unittest.cc',
1535 'http/http_pipelined_host_impl_unittest.cc', 1536 'http/http_pipelined_host_impl_unittest.cc',
1536 'http/http_pipelined_host_pool_unittest.cc', 1537 'http/http_pipelined_host_pool_unittest.cc',
1537 'http/http_pipelined_host_test_util.cc', 1538 'http/http_pipelined_host_test_util.cc',
1538 'http/http_pipelined_host_test_util.h', 1539 'http/http_pipelined_host_test_util.h',
1539 'http/http_pipelined_network_transaction_unittest.cc', 1540 'http/http_pipelined_network_transaction_unittest.cc',
1540 'http/http_proxy_client_socket_pool_spdy2_unittest.cc', 1541 'http/http_proxy_client_socket_pool_spdy2_unittest.cc',
1541 'http/http_proxy_client_socket_pool_spdy3_unittest.cc', 1542 'http/http_proxy_client_socket_pool_spdy3_unittest.cc',
1542 'http/http_request_headers_unittest.cc', 1543 'http/http_request_headers_unittest.cc',
(...skipping 1262 matching lines...) Expand 10 before | Expand all | Expand 10 after
2805 '--result', '<@(_outputs)', 2806 '--result', '<@(_outputs)',
2806 '--isolate', 'net_unittests.isolate', 2807 '--isolate', 'net_unittests.isolate',
2807 ], 2808 ],
2808 }, 2809 },
2809 ], 2810 ],
2810 }, 2811 },
2811 ], 2812 ],
2812 }], 2813 }],
2813 ], 2814 ],
2814 } 2815 }
OLDNEW
« no previous file with comments | « net/http/http_network_transaction_ssl_unittest.cc ('k') | net/socket/socket_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698