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

Side by Side Diff: net/net.gyp

Issue 3412016: FBTF: Move a bunch of code to the headers and remove includes. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Rebase + fixed windows issues locally Created 10 years, 3 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_stream_parser.h ('k') | net/url_request/https_prober.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 (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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'base/sdch_manager.cc', 154 'base/sdch_manager.cc',
155 'base/sdch_manager.h', 155 'base/sdch_manager.h',
156 'base/ssl_cert_request_info.cc', 156 'base/ssl_cert_request_info.cc',
157 'base/ssl_cert_request_info.h', 157 'base/ssl_cert_request_info.h',
158 'base/ssl_cipher_suite_names.cc', 158 'base/ssl_cipher_suite_names.cc',
159 'base/ssl_cipher_suite_names.h', 159 'base/ssl_cipher_suite_names.h',
160 'base/ssl_client_auth_cache.cc', 160 'base/ssl_client_auth_cache.cc',
161 'base/ssl_client_auth_cache.h', 161 'base/ssl_client_auth_cache.h',
162 'base/ssl_config_service.cc', 162 'base/ssl_config_service.cc',
163 'base/ssl_config_service.h', 163 'base/ssl_config_service.h',
164 'base/ssl_config_service_defaults.cc',
164 'base/ssl_config_service_defaults.h', 165 'base/ssl_config_service_defaults.h',
165 'base/ssl_config_service_mac.cc', 166 'base/ssl_config_service_mac.cc',
166 'base/ssl_config_service_mac.h', 167 'base/ssl_config_service_mac.h',
167 'base/ssl_config_service_win.cc', 168 'base/ssl_config_service_win.cc',
168 'base/ssl_config_service_win.h', 169 'base/ssl_config_service_win.h',
169 'base/ssl_false_start_blacklist.cc', 170 'base/ssl_false_start_blacklist.cc',
170 'base/ssl_info.cc', 171 'base/ssl_info.cc',
171 'base/ssl_info.h', 172 'base/ssl_info.h',
172 'base/static_cookie_policy.cc', 173 'base/static_cookie_policy.cc',
173 'base/static_cookie_policy.h', 174 'base/static_cookie_policy.h',
(...skipping 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after
1243 ], 1244 ],
1244 }], 1245 }],
1245 ], 1246 ],
1246 } 1247 }
1247 1248
1248 # Local Variables: 1249 # Local Variables:
1249 # tab-width:2 1250 # tab-width:2
1250 # indent-tabs-mode:nil 1251 # indent-tabs-mode:nil
1251 # End: 1252 # End:
1252 # vim: set expandtab tabstop=2 shiftwidth=2: 1253 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/http/http_stream_parser.h ('k') | net/url_request/https_prober.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698