OLD | NEW |
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 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
523 # OpenSSL file set is complete. | 523 # OpenSSL file set is complete. |
524 'sources!': [ | 524 'sources!': [ |
525 'crypto/encryptor_nss.cc', | 525 'crypto/encryptor_nss.cc', |
526 'crypto/rsa_private_key_nss.cc', | 526 'crypto/rsa_private_key_nss.cc', |
527 'crypto/signature_creator_nss.cc', | 527 'crypto/signature_creator_nss.cc', |
528 'crypto/signature_verifier_nss.cc', | 528 'crypto/signature_verifier_nss.cc', |
529 'crypto/symmetric_key_nss.cc', | 529 'crypto/symmetric_key_nss.cc', |
530 'hmac_nss.cc', | 530 'hmac_nss.cc', |
531 'nss_util.cc', | 531 'nss_util.cc', |
532 'nss_util.h', | 532 'nss_util.h', |
| 533 'secure_hash_nss.cc', |
533 # Note that sha2.cc depends on the NSS files bundled into | 534 # Note that sha2.cc depends on the NSS files bundled into |
534 # chromium; it does not have the _nss postfix as it is required | 535 # chromium; it does not have the _nss postfix as it is required |
535 # on platforms besides linux and *bsd. | 536 # on platforms besides linux and *bsd. |
536 'sha2.cc', | 537 'sha2.cc', |
537 'third_party/nss/blapi.h', | 538 'third_party/nss/blapi.h', |
538 'third_party/nss/blapit.h', | 539 'third_party/nss/blapit.h', |
539 'third_party/nss/sha256.h', | 540 'third_party/nss/sha256.h', |
540 'third_party/nss/sha512.cc', | 541 'third_party/nss/sha512.cc', |
541 ], | 542 ], |
542 }, { | 543 }, { |
543 'sources!': [ | 544 'sources!': [ |
544 'crypto/encryptor_openssl.cc', | 545 'crypto/encryptor_openssl.cc', |
545 'crypto/rsa_private_key_openssl.cc', | 546 'crypto/rsa_private_key_openssl.cc', |
546 'crypto/signature_creator_openssl.cc', | 547 'crypto/signature_creator_openssl.cc', |
547 'crypto/signature_verifier_openssl.cc', | 548 'crypto/signature_verifier_openssl.cc', |
548 'crypto/symmetric_key_openssl.cc', | 549 'crypto/symmetric_key_openssl.cc', |
549 'hmac_openssl.cc', | 550 'hmac_openssl.cc', |
550 'openssl_util.cc', | 551 'openssl_util.cc', |
551 'openssl_util.h', | 552 'openssl_util.h', |
| 553 'secure_hash_openssl.cc', |
552 'sha2_openssl.cc', | 554 'sha2_openssl.cc', |
553 ], | 555 ], |
554 },], | 556 },], |
555 ], | 557 ], |
556 'sources': [ | 558 'sources': [ |
557 'crypto/capi_util.cc', | 559 'crypto/capi_util.cc', |
558 'crypto/capi_util.h', | 560 'crypto/capi_util.h', |
559 'crypto/crypto_module_blocking_password_delegate.h', | 561 'crypto/crypto_module_blocking_password_delegate.h', |
560 'crypto/cssm_init.cc', | 562 'crypto/cssm_init.cc', |
561 'crypto/cssm_init.h', | 563 'crypto/cssm_init.h', |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
621 'message_pump_libevent.cc', | 623 'message_pump_libevent.cc', |
622 'message_pump_libevent.h', | 624 'message_pump_libevent.h', |
623 'message_pump_mac.h', | 625 'message_pump_mac.h', |
624 'message_pump_mac.mm', | 626 'message_pump_mac.mm', |
625 'metrics/field_trial.cc', | 627 'metrics/field_trial.cc', |
626 'metrics/field_trial.h', | 628 'metrics/field_trial.h', |
627 'nss_util.cc', | 629 'nss_util.cc', |
628 'nss_util.h', | 630 'nss_util.h', |
629 'openssl_util.cc', | 631 'openssl_util.cc', |
630 'openssl_util.h', | 632 'openssl_util.h', |
| 633 'secure_hash.h', |
| 634 'secure_hash_nss.cc', |
| 635 'secure_hash_openssl.cc', |
631 'sha2.cc', | 636 'sha2.cc', |
632 'sha2.h', | 637 'sha2.h', |
633 'sha2_openssl.cc', | 638 'sha2_openssl.cc', |
634 'string16.cc', | 639 'string16.cc', |
635 'string16.h', | 640 'string16.h', |
636 'sync_socket.h', | 641 'sync_socket.h', |
637 'sync_socket_win.cc', | 642 'sync_socket_win.cc', |
638 'sync_socket_posix.cc', | 643 'sync_socket_posix.cc', |
639 'time_mac.cc', | 644 'time_mac.cc', |
640 'time_posix.cc', | 645 'time_posix.cc', |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
727 'third_party/xdg_mime/xdgmimemagic.c', | 732 'third_party/xdg_mime/xdgmimemagic.c', |
728 'third_party/xdg_mime/xdgmimemagic.h', | 733 'third_party/xdg_mime/xdgmimemagic.h', |
729 'third_party/xdg_mime/xdgmimeparent.c', | 734 'third_party/xdg_mime/xdgmimeparent.c', |
730 'third_party/xdg_mime/xdgmimeparent.h', | 735 'third_party/xdg_mime/xdgmimeparent.h', |
731 ], | 736 ], |
732 }, | 737 }, |
733 ], | 738 ], |
734 }], | 739 }], |
735 ], | 740 ], |
736 } | 741 } |
OLD | NEW |