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

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: sorting fix again 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/crypto_module_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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 'hmac_openssl.cc', 549 'hmac_openssl.cc',
550 'openssl_util.cc', 550 'openssl_util.cc',
551 'openssl_util.h', 551 'openssl_util.h',
552 'sha2_openssl.cc', 552 'sha2_openssl.cc',
553 ], 553 ],
554 },], 554 },],
555 ], 555 ],
556 'sources': [ 556 'sources': [
557 'crypto/capi_util.cc', 557 'crypto/capi_util.cc',
558 'crypto/capi_util.h', 558 'crypto/capi_util.h',
559 'crypto/crypto_module_blocking_password_delegate.h',
559 'crypto/cssm_init.cc', 560 'crypto/cssm_init.cc',
560 'crypto/cssm_init.h', 561 'crypto/cssm_init.h',
561 'crypto/encryptor.h', 562 'crypto/encryptor.h',
562 'crypto/encryptor_mac.cc', 563 'crypto/encryptor_mac.cc',
563 'crypto/encryptor_nss.cc', 564 'crypto/encryptor_nss.cc',
564 'crypto/encryptor_openssl.cc', 565 'crypto/encryptor_openssl.cc',
565 'crypto/encryptor_win.cc', 566 'crypto/encryptor_win.cc',
566 'crypto/pk11_blocking_password_delegate.h',
567 'crypto/rsa_private_key.h', 567 'crypto/rsa_private_key.h',
568 'crypto/rsa_private_key.cc', 568 'crypto/rsa_private_key.cc',
569 'crypto/rsa_private_key_mac.cc', 569 'crypto/rsa_private_key_mac.cc',
570 'crypto/rsa_private_key_nss.cc', 570 'crypto/rsa_private_key_nss.cc',
571 'crypto/rsa_private_key_openssl.cc', 571 'crypto/rsa_private_key_openssl.cc',
572 'crypto/rsa_private_key_win.cc', 572 'crypto/rsa_private_key_win.cc',
573 'crypto/signature_creator.h', 573 'crypto/signature_creator.h',
574 'crypto/signature_creator_mac.cc', 574 'crypto/signature_creator_mac.cc',
575 'crypto/signature_creator_nss.cc', 575 'crypto/signature_creator_nss.cc',
576 'crypto/signature_creator_openssl.cc', 576 'crypto/signature_creator_openssl.cc',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 'third_party/xdg_mime/xdgmimemagic.c', 727 'third_party/xdg_mime/xdgmimemagic.c',
728 'third_party/xdg_mime/xdgmimemagic.h', 728 'third_party/xdg_mime/xdgmimemagic.h',
729 'third_party/xdg_mime/xdgmimeparent.c', 729 'third_party/xdg_mime/xdgmimeparent.c',
730 'third_party/xdg_mime/xdgmimeparent.h', 730 'third_party/xdg_mime/xdgmimeparent.h',
731 ], 731 ],
732 }, 732 },
733 ], 733 ],
734 }], 734 }],
735 ], 735 ],
736 } 736 }
OLDNEW
« no previous file with comments | « no previous file | base/crypto/crypto_module_blocking_password_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698