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

Side by Side Diff: base/base.gypi

Issue 6303004: Cleanup: replace usage of "pk11" with "pkcs11" or "crypto module", as appropriate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: indentation, compile fix 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
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 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 'hmac_openssl.cc', 551 'hmac_openssl.cc',
552 'openssl_util.cc', 552 'openssl_util.cc',
553 'openssl_util.h', 553 'openssl_util.h',
554 'sha2_openssl.cc', 554 'sha2_openssl.cc',
555 ], 555 ],
556 },], 556 },],
557 ], 557 ],
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/crypto_module_blocking_password_delegate.h',
561 'crypto/cssm_init.cc', 562 'crypto/cssm_init.cc',
562 'crypto/cssm_init.h', 563 'crypto/cssm_init.h',
563 'crypto/encryptor.h', 564 'crypto/encryptor.h',
564 'crypto/encryptor_mac.cc', 565 'crypto/encryptor_mac.cc',
565 'crypto/encryptor_nss.cc', 566 'crypto/encryptor_nss.cc',
566 'crypto/encryptor_openssl.cc', 567 'crypto/encryptor_openssl.cc',
567 'crypto/encryptor_win.cc', 568 'crypto/encryptor_win.cc',
568 'crypto/pk11_blocking_password_delegate.h',
569 'crypto/rsa_private_key.h', 569 'crypto/rsa_private_key.h',
570 'crypto/rsa_private_key.cc', 570 'crypto/rsa_private_key.cc',
571 'crypto/rsa_private_key_mac.cc', 571 'crypto/rsa_private_key_mac.cc',
572 'crypto/rsa_private_key_nss.cc', 572 'crypto/rsa_private_key_nss.cc',
573 'crypto/rsa_private_key_openssl.cc', 573 'crypto/rsa_private_key_openssl.cc',
574 'crypto/rsa_private_key_win.cc', 574 'crypto/rsa_private_key_win.cc',
575 'crypto/signature_creator.h', 575 'crypto/signature_creator.h',
576 'crypto/signature_creator_mac.cc', 576 'crypto/signature_creator_mac.cc',
577 'crypto/signature_creator_nss.cc', 577 'crypto/signature_creator_nss.cc',
578 'crypto/signature_creator_openssl.cc', 578 'crypto/signature_creator_openssl.cc',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 'third_party/xdg_mime/xdgmimemagic.c', 729 'third_party/xdg_mime/xdgmimemagic.c',
730 'third_party/xdg_mime/xdgmimemagic.h', 730 'third_party/xdg_mime/xdgmimemagic.h',
731 'third_party/xdg_mime/xdgmimeparent.c', 731 'third_party/xdg_mime/xdgmimeparent.c',
732 'third_party/xdg_mime/xdgmimeparent.h', 732 'third_party/xdg_mime/xdgmimeparent.h',
733 ], 733 ],
734 }, 734 },
735 ], 735 ],
736 }], 736 }],
737 ], 737 ],
738 } 738 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698