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

Side by Side Diff: net/net.gyp

Issue 8588011: Split DiskCacheBasedSSLHostInfo unit tests to its own (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
« net/http/mock_http_cache.cc ('K') | « net/http/mock_http_cache.cc ('k') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1039 'ftp/ftp_ctrl_response_buffer_unittest.cc',
1040 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1040 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1041 'ftp/ftp_directory_listing_parser_netware_unittest.cc', 1041 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
1042 'ftp/ftp_directory_listing_parser_os2_unittest.cc', 1042 'ftp/ftp_directory_listing_parser_os2_unittest.cc',
1043 'ftp/ftp_directory_listing_parser_unittest.cc', 1043 'ftp/ftp_directory_listing_parser_unittest.cc',
1044 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 1044 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
1045 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 1045 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
1046 'ftp/ftp_network_transaction_unittest.cc', 1046 'ftp/ftp_network_transaction_unittest.cc',
1047 'ftp/ftp_util_unittest.cc', 1047 'ftp/ftp_util_unittest.cc',
1048 'http/des_unittest.cc', 1048 'http/des_unittest.cc',
1049 'http/disk_cache_based_ssl_host_info_unittest.cc',
1049 'http/http_auth_cache_unittest.cc', 1050 'http/http_auth_cache_unittest.cc',
1050 'http/http_auth_controller_unittest.cc', 1051 'http/http_auth_controller_unittest.cc',
1051 'http/http_auth_filter_unittest.cc', 1052 'http/http_auth_filter_unittest.cc',
1052 'http/http_auth_gssapi_posix_unittest.cc', 1053 'http/http_auth_gssapi_posix_unittest.cc',
1053 'http/http_auth_handler_basic_unittest.cc', 1054 'http/http_auth_handler_basic_unittest.cc',
1054 'http/http_auth_handler_digest_unittest.cc', 1055 'http/http_auth_handler_digest_unittest.cc',
1055 'http/http_auth_handler_factory_unittest.cc', 1056 'http/http_auth_handler_factory_unittest.cc',
1056 'http/http_auth_handler_mock.cc', 1057 'http/http_auth_handler_mock.cc',
1057 'http/http_auth_handler_mock.h', 1058 'http/http_auth_handler_mock.h',
1058 'http/http_auth_handler_negotiate_unittest.cc', 1059 'http/http_auth_handler_negotiate_unittest.cc',
(...skipping 16 matching lines...) Expand all
1075 'http/http_server_properties_impl_unittest.cc', 1076 'http/http_server_properties_impl_unittest.cc',
1076 'http/http_stream_factory_impl_unittest.cc', 1077 'http/http_stream_factory_impl_unittest.cc',
1077 'http/http_transaction_unittest.cc', 1078 'http/http_transaction_unittest.cc',
1078 'http/http_transaction_unittest.h', 1079 'http/http_transaction_unittest.h',
1079 'http/http_util_unittest.cc', 1080 'http/http_util_unittest.cc',
1080 'http/http_vary_data_unittest.cc', 1081 'http/http_vary_data_unittest.cc',
1081 'http/mock_allow_url_security_manager.cc', 1082 'http/mock_allow_url_security_manager.cc',
1082 'http/mock_allow_url_security_manager.h', 1083 'http/mock_allow_url_security_manager.h',
1083 'http/mock_gssapi_library_posix.cc', 1084 'http/mock_gssapi_library_posix.cc',
1084 'http/mock_gssapi_library_posix.h', 1085 'http/mock_gssapi_library_posix.h',
1086 'http/mock_http_cache.cc',
1087 'http/mock_http_cache.h',
1085 'http/mock_sspi_library_win.h', 1088 'http/mock_sspi_library_win.h',
1086 'http/mock_sspi_library_win.cc', 1089 'http/mock_sspi_library_win.cc',
1087 'http/url_security_manager_unittest.cc', 1090 'http/url_security_manager_unittest.cc',
1088 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc', 1091 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc',
1089 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc', 1092 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc',
1090 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc', 1093 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc',
1091 'proxy/init_proxy_resolver_unittest.cc', 1094 'proxy/init_proxy_resolver_unittest.cc',
1092 'proxy/multi_threaded_proxy_resolver_unittest.cc', 1095 'proxy/multi_threaded_proxy_resolver_unittest.cc',
1093 'proxy/network_delegate_error_observer_unittest.cc', 1096 'proxy/network_delegate_error_observer_unittest.cc',
1094 'proxy/proxy_bypass_rules_unittest.cc', 1097 'proxy/proxy_bypass_rules_unittest.cc',
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
1647 'tools/dump_cache/url_to_filename_encoder.cc', 1650 'tools/dump_cache/url_to_filename_encoder.cc',
1648 'tools/dump_cache/url_to_filename_encoder.h', 1651 'tools/dump_cache/url_to_filename_encoder.h',
1649 'tools/dump_cache/url_utilities.h', 1652 'tools/dump_cache/url_utilities.h',
1650 'tools/dump_cache/url_utilities.cc', 1653 'tools/dump_cache/url_utilities.cc',
1651 ], 1654 ],
1652 }, 1655 },
1653 ], 1656 ],
1654 }], 1657 }],
1655 ], 1658 ],
1656 } 1659 }
OLDNEW
« net/http/mock_http_cache.cc ('K') | « net/http/mock_http_cache.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698