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

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: Merge with TOT 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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
951 'socket/ssl_client_socket.cc', 953 'socket/ssl_client_socket.cc',
952 'socket/ssl_client_socket.h', 954 'socket/ssl_client_socket.h',
953 'socket/ssl_client_socket_nss.cc', 955 'socket/ssl_client_socket_nss.cc',
954 'socket/ssl_client_socket_nss.h', 956 'socket/ssl_client_socket_nss.h',
955 'socket/ssl_client_socket_openssl.cc', 957 'socket/ssl_client_socket_openssl.cc',
956 'socket/ssl_client_socket_openssl.h', 958 'socket/ssl_client_socket_openssl.h',
957 'socket/ssl_client_socket_pool.cc', 959 'socket/ssl_client_socket_pool.cc',
958 'socket/ssl_client_socket_pool.h', 960 'socket/ssl_client_socket_pool.h',
959 'socket/ssl_error_params.cc', 961 'socket/ssl_error_params.cc',
960 'socket/ssl_error_params.h', 962 'socket/ssl_error_params.h',
963 'socket/ssl_host_info.cc',
964 'socket/ssl_host_info.h',
961 'socket/ssl_server_socket.h', 965 'socket/ssl_server_socket.h',
962 'socket/ssl_server_socket_nss.cc', 966 'socket/ssl_server_socket_nss.cc',
963 'socket/ssl_server_socket_nss.h', 967 'socket/ssl_server_socket_nss.h',
964 'socket/ssl_server_socket_openssl.cc', 968 'socket/ssl_server_socket_openssl.cc',
965 'socket/ssl_session_cache_openssl.cc', 969 'socket/ssl_session_cache_openssl.cc',
966 'socket/ssl_session_cache_openssl.h', 970 'socket/ssl_session_cache_openssl.h',
967 'socket/ssl_socket.h', 971 'socket/ssl_socket.h',
968 'socket/stream_listen_socket.cc', 972 'socket/stream_listen_socket.cc',
969 'socket/stream_listen_socket.h', 973 'socket/stream_listen_socket.h',
970 'socket/stream_socket.cc', 974 'socket/stream_socket.cc',
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
1700 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1704 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1701 'ftp/ftp_directory_listing_parser_netware_unittest.cc', 1705 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
1702 'ftp/ftp_directory_listing_parser_os2_unittest.cc', 1706 'ftp/ftp_directory_listing_parser_os2_unittest.cc',
1703 'ftp/ftp_directory_listing_parser_unittest.cc', 1707 'ftp/ftp_directory_listing_parser_unittest.cc',
1704 'ftp/ftp_directory_listing_parser_unittest.h', 1708 'ftp/ftp_directory_listing_parser_unittest.h',
1705 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 1709 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
1706 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 1710 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
1707 'ftp/ftp_network_transaction_unittest.cc', 1711 'ftp/ftp_network_transaction_unittest.cc',
1708 'ftp/ftp_util_unittest.cc', 1712 'ftp/ftp_util_unittest.cc',
1709 'http/des_unittest.cc', 1713 'http/des_unittest.cc',
1714 'http/disk_cache_based_ssl_host_info_unittest.cc',
1710 'http/http_auth_cache_unittest.cc', 1715 'http/http_auth_cache_unittest.cc',
1711 'http/http_auth_controller_unittest.cc', 1716 'http/http_auth_controller_unittest.cc',
1712 'http/http_auth_filter_unittest.cc', 1717 'http/http_auth_filter_unittest.cc',
1713 'http/http_auth_gssapi_posix_unittest.cc', 1718 'http/http_auth_gssapi_posix_unittest.cc',
1714 'http/http_auth_handler_basic_unittest.cc', 1719 'http/http_auth_handler_basic_unittest.cc',
1715 'http/http_auth_handler_digest_unittest.cc', 1720 'http/http_auth_handler_digest_unittest.cc',
1716 'http/http_auth_handler_factory_unittest.cc', 1721 'http/http_auth_handler_factory_unittest.cc',
1717 'http/http_auth_handler_mock.cc', 1722 'http/http_auth_handler_mock.cc',
1718 'http/http_auth_handler_mock.h', 1723 'http/http_auth_handler_mock.h',
1719 'http/http_auth_handler_negotiate_unittest.cc', 1724 'http/http_auth_handler_negotiate_unittest.cc',
(...skipping 1379 matching lines...) Expand 10 before | Expand all | Expand 10 after
3099 'net_unittests.isolate', 3104 'net_unittests.isolate',
3100 ], 3105 ],
3101 'sources': [ 3106 'sources': [
3102 'net_unittests.isolate', 3107 'net_unittests.isolate',
3103 ], 3108 ],
3104 }, 3109 },
3105 ], 3110 ],
3106 }], 3111 }],
3107 ], 3112 ],
3108 } 3113 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698