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

Side by Side Diff: net/net_common.gypi

Issue 1082123003: Rename USE_NSS to USE_NSS_CERTS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use-nss-certs
Patch Set: rebase Created 5 years, 8 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/des.cc ('k') | net/quic/crypto/aead_base_decrypter.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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 ['OS == "ios"', { 403 ['OS == "ios"', {
404 'sources/': [ 404 'sources/': [
405 ['include', '^base/mac/url_conversions\\.h$'], 405 ['include', '^base/mac/url_conversions\\.h$'],
406 ['include', '^base/mac/url_conversions\\.mm$'], 406 ['include', '^base/mac/url_conversions\\.mm$'],
407 ['include', '^base/net_util_mac\\.cc$'], 407 ['include', '^base/net_util_mac\\.cc$'],
408 ['include', '^base/net_util_mac\\.h$'], 408 ['include', '^base/net_util_mac\\.h$'],
409 ['include', '^base/network_change_notifier_mac\\.cc$'], 409 ['include', '^base/network_change_notifier_mac\\.cc$'],
410 ['include', '^base/network_config_watcher_mac\\.cc$'], 410 ['include', '^base/network_config_watcher_mac\\.cc$'],
411 ['include', '^base/platform_mime_util_mac\\.mm$'], 411 ['include', '^base/platform_mime_util_mac\\.mm$'],
412 # The iOS implementation only partially uses NSS and thus does not 412 # The iOS implementation only partially uses NSS and thus does not
413 # defines |use_nss_certs|. In particular the |USE_NSS| preprocessor 413 # defines |use_nss_certs|. In particular the |USE_NSS_CERTS|
414 # definition is not used. The following files are needed though: 414 # preprocessor definition is not used. The following files are needed
415 # though:
415 ['include', '^cert/cert_verify_proc_nss\\.cc$'], 416 ['include', '^cert/cert_verify_proc_nss\\.cc$'],
416 ['include', '^cert/cert_verify_proc_nss\\.h$'], 417 ['include', '^cert/cert_verify_proc_nss\\.h$'],
417 ['include', '^cert/test_root_certs_nss\\.cc$'], 418 ['include', '^cert/test_root_certs_nss\\.cc$'],
418 ['include', '^cert/x509_util_nss\\.cc$'], 419 ['include', '^cert/x509_util_nss\\.cc$'],
419 ['include', '^cert/x509_util_nss\\.h$'], 420 ['include', '^cert/x509_util_nss\\.h$'],
420 ['include', '^cert_net/nss_ocsp\\.cc$'], 421 ['include', '^cert_net/nss_ocsp\\.cc$'],
421 ['include', '^cert_net/nss_ocsp\\.h$'], 422 ['include', '^cert_net/nss_ocsp\\.h$'],
422 ['include', '^proxy/proxy_resolver_mac\\.cc$'], 423 ['include', '^proxy/proxy_resolver_mac\\.cc$'],
423 ['include', '^proxy/proxy_server_mac\\.cc$'], 424 ['include', '^proxy/proxy_server_mac\\.cc$'],
424 ], 425 ],
425 }], 426 }],
426 ], 427 ],
427 } 428 }
OLDNEW
« no previous file with comments | « net/http/des.cc ('k') | net/quic/crypto/aead_base_decrypter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698