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

Side by Side Diff: base/base.gypi

Issue 5686002: NSS: PKCS 11 password prompt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 | Annotate | Revision Log
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 'sources': [ 576 'sources': [
577 'crypto/capi_util.cc', 577 'crypto/capi_util.cc',
578 'crypto/capi_util.h', 578 'crypto/capi_util.h',
579 'crypto/cssm_init.cc', 579 'crypto/cssm_init.cc',
580 'crypto/cssm_init.h', 580 'crypto/cssm_init.h',
581 'crypto/encryptor.h', 581 'crypto/encryptor.h',
582 'crypto/encryptor_mac.cc', 582 'crypto/encryptor_mac.cc',
583 'crypto/encryptor_nss.cc', 583 'crypto/encryptor_nss.cc',
584 'crypto/encryptor_openssl.cc', 584 'crypto/encryptor_openssl.cc',
585 'crypto/encryptor_win.cc', 585 'crypto/encryptor_win.cc',
586 'crypto/pk11_blocking_password_delegate.h',
586 'crypto/rsa_private_key.h', 587 'crypto/rsa_private_key.h',
587 'crypto/rsa_private_key.cc', 588 'crypto/rsa_private_key.cc',
588 'crypto/rsa_private_key_mac.cc', 589 'crypto/rsa_private_key_mac.cc',
589 'crypto/rsa_private_key_nss.cc', 590 'crypto/rsa_private_key_nss.cc',
590 'crypto/rsa_private_key_openssl.cc', 591 'crypto/rsa_private_key_openssl.cc',
591 'crypto/rsa_private_key_win.cc', 592 'crypto/rsa_private_key_win.cc',
592 'crypto/signature_creator.h', 593 'crypto/signature_creator.h',
593 'crypto/signature_creator_mac.cc', 594 'crypto/signature_creator_mac.cc',
594 'crypto/signature_creator_nss.cc', 595 'crypto/signature_creator_nss.cc',
595 'crypto/signature_creator_openssl.cc', 596 'crypto/signature_creator_openssl.cc',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'third_party/xdg_mime/xdgmimemagic.c', 754 'third_party/xdg_mime/xdgmimemagic.c',
754 'third_party/xdg_mime/xdgmimemagic.h', 755 'third_party/xdg_mime/xdgmimemagic.h',
755 'third_party/xdg_mime/xdgmimeparent.c', 756 'third_party/xdg_mime/xdgmimeparent.c',
756 'third_party/xdg_mime/xdgmimeparent.h', 757 'third_party/xdg_mime/xdgmimeparent.h',
757 ], 758 ],
758 }, 759 },
759 ], 760 ],
760 }], 761 }],
761 ], 762 ],
762 } 763 }
OLDNEW
« no previous file with comments | « no previous file | base/crypto/pk11_blocking_password_delegate.h » ('j') | base/crypto/pk11_blocking_password_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698