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

Side by Side Diff: net/net.gypi

Issue 2093873002: Unwind fallback metrics and SSLFailureState. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'ssl/ssl_cipher_suite_names.h', 211 'ssl/ssl_cipher_suite_names.h',
212 'ssl/ssl_client_auth_cache.cc', 212 'ssl/ssl_client_auth_cache.cc',
213 'ssl/ssl_client_auth_cache.h', 213 'ssl/ssl_client_auth_cache.h',
214 'ssl/ssl_client_cert_type.h', 214 'ssl/ssl_client_cert_type.h',
215 'ssl/ssl_client_session_cache.cc', 215 'ssl/ssl_client_session_cache.cc',
216 'ssl/ssl_client_session_cache.h', 216 'ssl/ssl_client_session_cache.h',
217 'ssl/ssl_config.cc', 217 'ssl/ssl_config.cc',
218 'ssl/ssl_config.h', 218 'ssl/ssl_config.h',
219 'ssl/ssl_config_service.cc', 219 'ssl/ssl_config_service.cc',
220 'ssl/ssl_config_service.h', 220 'ssl/ssl_config_service.h',
221 'ssl/ssl_failure_state.h',
222 'ssl/ssl_info.cc', 221 'ssl/ssl_info.cc',
223 'ssl/ssl_info.h', 222 'ssl/ssl_info.h',
224 'ssl/ssl_private_key.h', 223 'ssl/ssl_private_key.h',
225 'ssl/ssl_server_config.cc', 224 'ssl/ssl_server_config.cc',
226 'ssl/ssl_server_config.h', 225 'ssl/ssl_server_config.h',
227 'ssl/token_binding.cc', 226 'ssl/token_binding.cc',
228 'ssl/token_binding.h', 227 'ssl/token_binding.h',
229 ], 228 ],
230 'net_non_nacl_sources': [ 229 'net_non_nacl_sources': [
231 'android/cert_verify_result_android.cc', 230 'android/cert_verify_result_android.cc',
(...skipping 2923 matching lines...) Expand 10 before | Expand all | Expand 10 after
3155 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3154 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3156 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3155 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3157 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3156 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3158 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3157 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3159 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3158 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3160 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3159 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3161 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3160 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3162 ], 3161 ],
3163 } 3162 }
3164 } 3163 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698