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

Side by Side Diff: net/net.gyp

Issue 3747003: net: clean up SSLHostInfo construction. (Closed)
Patch Set: ... Created 10 years, 2 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'base/ssl_client_auth_cache.h', 166 'base/ssl_client_auth_cache.h',
167 'base/ssl_config_service.cc', 167 'base/ssl_config_service.cc',
168 'base/ssl_config_service.h', 168 'base/ssl_config_service.h',
169 'base/ssl_config_service_defaults.cc', 169 'base/ssl_config_service_defaults.cc',
170 'base/ssl_config_service_defaults.h', 170 'base/ssl_config_service_defaults.h',
171 'base/ssl_config_service_mac.cc', 171 'base/ssl_config_service_mac.cc',
172 'base/ssl_config_service_mac.h', 172 'base/ssl_config_service_mac.h',
173 'base/ssl_config_service_win.cc', 173 'base/ssl_config_service_win.cc',
174 'base/ssl_config_service_win.h', 174 'base/ssl_config_service_win.h',
175 'base/ssl_false_start_blacklist.cc', 175 'base/ssl_false_start_blacklist.cc',
176 'base/ssl_host_info.cc',
177 'base/ssl_host_info.h',
176 'base/ssl_info.cc', 178 'base/ssl_info.cc',
177 'base/ssl_info.h', 179 'base/ssl_info.h',
178 'base/static_cookie_policy.cc', 180 'base/static_cookie_policy.cc',
179 'base/static_cookie_policy.h', 181 'base/static_cookie_policy.h',
180 'base/transport_security_state.cc', 182 'base/transport_security_state.cc',
181 'base/transport_security_state.h', 183 'base/transport_security_state.h',
182 'base/sys_addrinfo.h', 184 'base/sys_addrinfo.h',
183 'base/test_completion_callback.h', 185 'base/test_completion_callback.h',
184 'base/upload_data.cc', 186 'base/upload_data.cc',
185 'base/upload_data.h', 187 'base/upload_data.h',
(...skipping 1139 matching lines...) Expand 10 before | Expand all | Expand 10 after
1325 ], 1327 ],
1326 }], 1328 }],
1327 ], 1329 ],
1328 } 1330 }
1329 1331
1330 # Local Variables: 1332 # Local Variables:
1331 # tab-width:2 1333 # tab-width:2
1332 # indent-tabs-mode:nil 1334 # indent-tabs-mode:nil
1333 # End: 1335 # End:
1334 # vim: set expandtab tabstop=2 shiftwidth=2: 1336 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/http/http_response_body_drainer_unittest.cc ('k') | net/proxy/proxy_script_fetcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698