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

Side by Side Diff: net/net_common.gypi

Issue 1085923002: Rename use_nss to use_nss_certs in gyp and grit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wrapping 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/net.gyp ('k') | remoting/remoting_nacl.gyp » ('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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 'cert_net/nss_ocsp.h', 277 'cert_net/nss_ocsp.h',
278 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', 278 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
279 'third_party/mozilla_security_manager/nsKeygenHandler.h', 279 'third_party/mozilla_security_manager/nsKeygenHandler.h',
280 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', 280 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
281 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', 281 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
282 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', 282 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
283 'third_party/mozilla_security_manager/nsPKCS12Blob.h', 283 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
284 ], 284 ],
285 }, 285 },
286 ], 286 ],
287 [ 'use_nss != 1', { 287 [ 'use_nss_certs != 1', {
288 'sources!': [ 288 'sources!': [
289 'cert/cert_verify_proc_nss.cc', 289 'cert/cert_verify_proc_nss.cc',
290 'cert/cert_verify_proc_nss.h', 290 'cert/cert_verify_proc_nss.h',
291 'ssl/client_cert_store_chromeos.cc', 291 'ssl/client_cert_store_chromeos.cc',
292 'ssl/client_cert_store_chromeos.h', 292 'ssl/client_cert_store_chromeos.h',
293 'ssl/client_cert_store_nss.cc', 293 'ssl/client_cert_store_nss.cc',
294 'ssl/client_cert_store_nss.h', 294 'ssl/client_cert_store_nss.h',
295 ], 295 ],
296 }], 296 }],
297 [ 'enable_websockets != 1', { 297 [ 'enable_websockets != 1', {
(...skipping 105 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|. In particular the |USE_NSS| preprocessor 413 # defines |use_nss_certs|. In particular the |USE_NSS| preprocessor
414 # definition is not used. The following files are needed though: 414 # definition is not used. The following files are needed though:
415 ['include', '^cert/cert_verify_proc_nss\\.cc$'], 415 ['include', '^cert/cert_verify_proc_nss\\.cc$'],
416 ['include', '^cert/cert_verify_proc_nss\\.h$'], 416 ['include', '^cert/cert_verify_proc_nss\\.h$'],
417 ['include', '^cert/test_root_certs_nss\\.cc$'], 417 ['include', '^cert/test_root_certs_nss\\.cc$'],
418 ['include', '^cert/x509_util_nss\\.cc$'], 418 ['include', '^cert/x509_util_nss\\.cc$'],
419 ['include', '^cert/x509_util_nss\\.h$'], 419 ['include', '^cert/x509_util_nss\\.h$'],
420 ['include', '^cert_net/nss_ocsp\\.cc$'], 420 ['include', '^cert_net/nss_ocsp\\.cc$'],
421 ['include', '^cert_net/nss_ocsp\\.h$'], 421 ['include', '^cert_net/nss_ocsp\\.h$'],
422 ['include', '^proxy/proxy_resolver_mac\\.cc$'], 422 ['include', '^proxy/proxy_resolver_mac\\.cc$'],
423 ['include', '^proxy/proxy_server_mac\\.cc$'], 423 ['include', '^proxy/proxy_server_mac\\.cc$'],
424 ], 424 ],
425 }], 425 }],
426 ], 426 ],
427 } 427 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | remoting/remoting_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698