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

Side by Side Diff: net/net.gyp

Issue 135373002: Added SSLHostInfo. Storing of server host info to our standard disk cache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed changes to SSL and non-net directories Created 6 years, 11 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 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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 'ftp/ftp_response_info.cc', 539 'ftp/ftp_response_info.cc',
540 'ftp/ftp_response_info.h', 540 'ftp/ftp_response_info.h',
541 'ftp/ftp_server_type_histograms.cc', 541 'ftp/ftp_server_type_histograms.cc',
542 'ftp/ftp_server_type_histograms.h', 542 'ftp/ftp_server_type_histograms.h',
543 'ftp/ftp_transaction.h', 543 'ftp/ftp_transaction.h',
544 'ftp/ftp_transaction_factory.h', 544 'ftp/ftp_transaction_factory.h',
545 'ftp/ftp_util.cc', 545 'ftp/ftp_util.cc',
546 'ftp/ftp_util.h', 546 'ftp/ftp_util.h',
547 'http/des.cc', 547 'http/des.cc',
548 'http/des.h', 548 'http/des.h',
549 'http/disk_cache_based_ssl_host_info.cc',
550 'http/disk_cache_based_ssl_host_info.h',
549 'http/http_atom_list.h', 551 'http/http_atom_list.h',
550 'http/http_auth.cc', 552 'http/http_auth.cc',
551 'http/http_auth.h', 553 'http/http_auth.h',
552 'http/http_auth_cache.cc', 554 'http/http_auth_cache.cc',
553 'http/http_auth_cache.h', 555 'http/http_auth_cache.h',
554 'http/http_auth_controller.cc', 556 'http/http_auth_controller.cc',
555 'http/http_auth_controller.h', 557 'http/http_auth_controller.h',
556 'http/http_auth_filter.cc', 558 'http/http_auth_filter.cc',
557 'http/http_auth_filter.h', 559 'http/http_auth_filter.h',
558 'http/http_auth_filter_win.h', 560 'http/http_auth_filter_win.h',
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
953 'socket/ssl_client_socket.cc', 955 'socket/ssl_client_socket.cc',
954 'socket/ssl_client_socket.h', 956 'socket/ssl_client_socket.h',
955 'socket/ssl_client_socket_nss.cc', 957 'socket/ssl_client_socket_nss.cc',
956 'socket/ssl_client_socket_nss.h', 958 'socket/ssl_client_socket_nss.h',
957 'socket/ssl_client_socket_openssl.cc', 959 'socket/ssl_client_socket_openssl.cc',
958 'socket/ssl_client_socket_openssl.h', 960 'socket/ssl_client_socket_openssl.h',
959 'socket/ssl_client_socket_pool.cc', 961 'socket/ssl_client_socket_pool.cc',
960 'socket/ssl_client_socket_pool.h', 962 'socket/ssl_client_socket_pool.h',
961 'socket/ssl_error_params.cc', 963 'socket/ssl_error_params.cc',
962 'socket/ssl_error_params.h', 964 'socket/ssl_error_params.h',
965 'socket/ssl_host_info.cc',
966 'socket/ssl_host_info.h',
963 'socket/ssl_server_socket.h', 967 'socket/ssl_server_socket.h',
964 'socket/ssl_server_socket_nss.cc', 968 'socket/ssl_server_socket_nss.cc',
965 'socket/ssl_server_socket_nss.h', 969 'socket/ssl_server_socket_nss.h',
966 'socket/ssl_server_socket_openssl.cc', 970 'socket/ssl_server_socket_openssl.cc',
967 'socket/ssl_session_cache_openssl.cc', 971 'socket/ssl_session_cache_openssl.cc',
968 'socket/ssl_session_cache_openssl.h', 972 'socket/ssl_session_cache_openssl.h',
969 'socket/ssl_socket.h', 973 'socket/ssl_socket.h',
970 'socket/stream_listen_socket.cc', 974 'socket/stream_listen_socket.cc',
971 'socket/stream_listen_socket.h', 975 'socket/stream_listen_socket.h',
972 'socket/stream_socket.cc', 976 'socket/stream_socket.cc',
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
1713 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1717 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1714 'ftp/ftp_directory_listing_parser_netware_unittest.cc', 1718 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
1715 'ftp/ftp_directory_listing_parser_os2_unittest.cc', 1719 'ftp/ftp_directory_listing_parser_os2_unittest.cc',
1716 'ftp/ftp_directory_listing_parser_unittest.cc', 1720 'ftp/ftp_directory_listing_parser_unittest.cc',
1717 'ftp/ftp_directory_listing_parser_unittest.h', 1721 'ftp/ftp_directory_listing_parser_unittest.h',
1718 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 1722 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
1719 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 1723 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
1720 'ftp/ftp_network_transaction_unittest.cc', 1724 'ftp/ftp_network_transaction_unittest.cc',
1721 'ftp/ftp_util_unittest.cc', 1725 'ftp/ftp_util_unittest.cc',
1722 'http/des_unittest.cc', 1726 'http/des_unittest.cc',
1727 'http/disk_cache_based_ssl_host_info_unittest.cc',
1723 'http/http_auth_cache_unittest.cc', 1728 'http/http_auth_cache_unittest.cc',
1724 'http/http_auth_controller_unittest.cc', 1729 'http/http_auth_controller_unittest.cc',
1725 'http/http_auth_filter_unittest.cc', 1730 'http/http_auth_filter_unittest.cc',
1726 'http/http_auth_gssapi_posix_unittest.cc', 1731 'http/http_auth_gssapi_posix_unittest.cc',
1727 'http/http_auth_handler_basic_unittest.cc', 1732 'http/http_auth_handler_basic_unittest.cc',
1728 'http/http_auth_handler_digest_unittest.cc', 1733 'http/http_auth_handler_digest_unittest.cc',
1729 'http/http_auth_handler_factory_unittest.cc', 1734 'http/http_auth_handler_factory_unittest.cc',
1730 'http/http_auth_handler_mock.cc', 1735 'http/http_auth_handler_mock.cc',
1731 'http/http_auth_handler_mock.h', 1736 'http/http_auth_handler_mock.h',
1732 'http/http_auth_handler_negotiate_unittest.cc', 1737 'http/http_auth_handler_negotiate_unittest.cc',
(...skipping 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after
3118 'net_unittests.isolate', 3123 'net_unittests.isolate',
3119 ], 3124 ],
3120 'sources': [ 3125 'sources': [
3121 'net_unittests.isolate', 3126 'net_unittests.isolate',
3122 ], 3127 ],
3123 }, 3128 },
3124 ], 3129 ],
3125 }], 3130 }],
3126 ], 3131 ],
3127 } 3132 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698