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

Side by Side Diff: net/net_common.gypi

Issue 1178193002: Sign CertificateVerify messages on a background thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more mac build fix, this is blind while mac checkout syncs Created 5 years, 5 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/net.gypi ('k') | net/socket/ssl_client_socket_openssl.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 # This target is included in both 'net' and 'net_small'. 6 # This target is included in both 'net' and 'net_small'.
7 'type': '<(component)', 7 'type': '<(component)',
8 'variables': { 'enable_wexit_time_destructors': 1, }, 8 'variables': { 'enable_wexit_time_destructors': 1, },
9 'dependencies': [ 9 'dependencies': [
10 '../base/base.gyp:base', 10 '../base/base.gyp:base',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc', 167 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc',
168 'quic/crypto/chacha20_poly1305_encrypter_openssl.cc', 168 'quic/crypto/chacha20_poly1305_encrypter_openssl.cc',
169 'quic/crypto/channel_id_openssl.cc', 169 'quic/crypto/channel_id_openssl.cc',
170 'quic/crypto/p256_key_exchange_openssl.cc', 170 'quic/crypto/p256_key_exchange_openssl.cc',
171 'quic/crypto/scoped_evp_aead_ctx.cc', 171 'quic/crypto/scoped_evp_aead_ctx.cc',
172 'quic/crypto/scoped_evp_aead_ctx.h', 172 'quic/crypto/scoped_evp_aead_ctx.h',
173 'socket/ssl_client_socket_openssl.cc', 173 'socket/ssl_client_socket_openssl.cc',
174 'socket/ssl_client_socket_openssl.h', 174 'socket/ssl_client_socket_openssl.h',
175 'socket/ssl_server_socket_openssl.cc', 175 'socket/ssl_server_socket_openssl.cc',
176 'socket/ssl_server_socket_openssl.h', 176 'socket/ssl_server_socket_openssl.h',
177 'ssl/openssl_platform_key.h',
178 'ssl/openssl_platform_key_mac.cc',
179 'ssl/openssl_platform_key_nss.cc',
180 'ssl/openssl_platform_key_win.cc',
181 'ssl/openssl_ssl_util.cc', 177 'ssl/openssl_ssl_util.cc',
182 'ssl/openssl_ssl_util.h', 178 'ssl/openssl_ssl_util.h',
183 'ssl/ssl_client_session_cache_openssl.cc', 179 'ssl/ssl_client_session_cache_openssl.cc',
184 'ssl/ssl_client_session_cache_openssl.h', 180 'ssl/ssl_client_session_cache_openssl.h',
181 'ssl/ssl_platform_key.h',
182 'ssl/ssl_platform_key_nss.cc',
183 'ssl/threaded_ssl_private_key.cc',
184 'ssl/threaded_ssl_private_key.h',
185 ], 185 ],
186 }, 186 },
187 ], 187 ],
188 [ 'use_nss_certs == 1 or OS == "ios" or use_openssl == 0', { 188 [ 'use_nss_certs == 1 or OS == "ios" or use_openssl == 0', {
189 'conditions': [ 189 'conditions': [
190 # Pull in the bundled or system NSS as appropriate. 190 # Pull in the bundled or system NSS as appropriate.
191 [ 'desktop_linux == 1 or chromeos == 1', { 191 [ 'desktop_linux == 1 or chromeos == 1', {
192 'dependencies': [ 192 'dependencies': [
193 '../build/linux/system.gyp:ssl', 193 '../build/linux/system.gyp:ssl',
194 ], 194 ],
(...skipping 19 matching lines...) Expand all
214 'base/openssl_private_key_store_android.cc', 214 'base/openssl_private_key_store_android.cc',
215 'base/openssl_private_key_store_memory.cc', 215 'base/openssl_private_key_store_memory.cc',
216 'cert/cert_database_openssl.cc', 216 'cert/cert_database_openssl.cc',
217 'cert/cert_verify_proc_openssl.cc', 217 'cert/cert_verify_proc_openssl.cc',
218 'cert/cert_verify_proc_openssl.h', 218 'cert/cert_verify_proc_openssl.h',
219 'cert/test_root_certs_openssl.cc', 219 'cert/test_root_certs_openssl.cc',
220 'cert/x509_certificate_openssl.cc', 220 'cert/x509_certificate_openssl.cc',
221 'ssl/openssl_client_key_store.cc', 221 'ssl/openssl_client_key_store.cc',
222 'ssl/openssl_client_key_store.h', 222 'ssl/openssl_client_key_store.h',
223 ], 223 ],
224 }, {
225 'sources!': [
226 # TODO(davidben): Remove these exclusions when use_openssl_certs
227 # builds also use the SSLPrivateKey machinery.
228 'ssl/threaded_ssl_private_key.cc',
229 'ssl/threaded_ssl_private_key.h',
230 ],
224 }], 231 }],
225 [ 'use_glib == 1', { 232 [ 'use_glib == 1', {
226 'dependencies': [ 233 'dependencies': [
227 '../build/linux/system.gyp:gconf', 234 '../build/linux/system.gyp:gconf',
228 '../build/linux/system.gyp:gio', 235 '../build/linux/system.gyp:gio',
229 ], 236 ],
230 }], 237 }],
231 [ 'desktop_linux == 1 or chromeos == 1', { 238 [ 'desktop_linux == 1 or chromeos == 1', {
232 'conditions': [ 239 'conditions': [
233 ['os_bsd==1', { 240 ['os_bsd==1', {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'cert/nss_profile_filter_chromeos.h', 273 'cert/nss_profile_filter_chromeos.h',
267 'cert/test_root_certs_nss.cc', 274 'cert/test_root_certs_nss.cc',
268 'cert/x509_certificate_nss.cc', 275 'cert/x509_certificate_nss.cc',
269 'cert/x509_util_nss_certs.cc', 276 'cert/x509_util_nss_certs.cc',
270 'cert_net/nss_ocsp.cc', 277 'cert_net/nss_ocsp.cc',
271 'cert_net/nss_ocsp.h', 278 'cert_net/nss_ocsp.h',
272 'ssl/client_cert_store_chromeos.cc', 279 'ssl/client_cert_store_chromeos.cc',
273 'ssl/client_cert_store_chromeos.h', 280 'ssl/client_cert_store_chromeos.h',
274 'ssl/client_cert_store_nss.cc', 281 'ssl/client_cert_store_nss.cc',
275 'ssl/client_cert_store_nss.h', 282 'ssl/client_cert_store_nss.h',
276 'ssl/openssl_platform_key_nss.cc', 283 'ssl/ssl_platform_key_nss.cc',
277 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', 284 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
278 'third_party/mozilla_security_manager/nsKeygenHandler.h', 285 'third_party/mozilla_security_manager/nsKeygenHandler.h',
279 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', 286 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
280 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', 287 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
281 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', 288 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
282 'third_party/mozilla_security_manager/nsPKCS12Blob.h', 289 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
283 ], 290 ],
284 }, 291 },
285 ], 292 ],
286 # client_cert_store_nss.c requires NSS_CmpCertChainWCANames from NSS's 293 # client_cert_store_nss.c requires NSS_CmpCertChainWCANames from NSS's
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 ['include', '^cert/test_root_certs_nss\\.cc$'], 426 ['include', '^cert/test_root_certs_nss\\.cc$'],
420 ['include', '^cert/x509_util_nss_certs\\.cc$'], 427 ['include', '^cert/x509_util_nss_certs\\.cc$'],
421 ['include', '^cert_net/nss_ocsp\\.cc$'], 428 ['include', '^cert_net/nss_ocsp\\.cc$'],
422 ['include', '^cert_net/nss_ocsp\\.h$'], 429 ['include', '^cert_net/nss_ocsp\\.h$'],
423 ['include', '^proxy/proxy_resolver_mac\\.cc$'], 430 ['include', '^proxy/proxy_resolver_mac\\.cc$'],
424 ['include', '^proxy/proxy_server_mac\\.cc$'], 431 ['include', '^proxy/proxy_server_mac\\.cc$'],
425 ], 432 ],
426 }], 433 }],
427 ], 434 ],
428 } 435 }
OLDNEW
« no previous file with comments | « net/net.gypi ('k') | net/socket/ssl_client_socket_openssl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698