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

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: addressing review comments Created 9 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/crypto/pk11_blocking_password_delegate.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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 'sources': [ 558 'sources': [
559 'crypto/capi_util.cc', 559 'crypto/capi_util.cc',
560 'crypto/capi_util.h', 560 'crypto/capi_util.h',
561 'crypto/cssm_init.cc', 561 'crypto/cssm_init.cc',
562 'crypto/cssm_init.h', 562 'crypto/cssm_init.h',
563 'crypto/encryptor.h', 563 'crypto/encryptor.h',
564 'crypto/encryptor_mac.cc', 564 'crypto/encryptor_mac.cc',
565 'crypto/encryptor_nss.cc', 565 'crypto/encryptor_nss.cc',
566 'crypto/encryptor_openssl.cc', 566 'crypto/encryptor_openssl.cc',
567 'crypto/encryptor_win.cc', 567 'crypto/encryptor_win.cc',
568 'crypto/pk11_blocking_password_delegate.h',
568 'crypto/rsa_private_key.h', 569 'crypto/rsa_private_key.h',
569 'crypto/rsa_private_key.cc', 570 'crypto/rsa_private_key.cc',
570 'crypto/rsa_private_key_mac.cc', 571 'crypto/rsa_private_key_mac.cc',
571 'crypto/rsa_private_key_nss.cc', 572 'crypto/rsa_private_key_nss.cc',
572 'crypto/rsa_private_key_openssl.cc', 573 'crypto/rsa_private_key_openssl.cc',
573 'crypto/rsa_private_key_win.cc', 574 'crypto/rsa_private_key_win.cc',
574 'crypto/signature_creator.h', 575 'crypto/signature_creator.h',
575 'crypto/signature_creator_mac.cc', 576 'crypto/signature_creator_mac.cc',
576 'crypto/signature_creator_nss.cc', 577 'crypto/signature_creator_nss.cc',
577 'crypto/signature_creator_openssl.cc', 578 'crypto/signature_creator_openssl.cc',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 'third_party/xdg_mime/xdgmimemagic.c', 729 'third_party/xdg_mime/xdgmimemagic.c',
729 'third_party/xdg_mime/xdgmimemagic.h', 730 'third_party/xdg_mime/xdgmimemagic.h',
730 'third_party/xdg_mime/xdgmimeparent.c', 731 'third_party/xdg_mime/xdgmimeparent.c',
731 'third_party/xdg_mime/xdgmimeparent.h', 732 'third_party/xdg_mime/xdgmimeparent.h',
732 ], 733 ],
733 }, 734 },
734 ], 735 ],
735 }], 736 }],
736 ], 737 ],
737 } 738 }
OLDNEW
« no previous file with comments | « no previous file | base/crypto/pk11_blocking_password_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698