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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 'resource_util.cc', | 517 'resource_util.cc', |
518 'win_util.cc', | 518 'win_util.cc', |
519 ], | 519 ], |
520 },], | 520 },], |
521 [ 'use_openssl==1', { | 521 [ 'use_openssl==1', { |
522 # TODO(joth): Use a glob to match exclude patterns once the | 522 # TODO(joth): Use a glob to match exclude patterns once the |
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/secure_hash_nss.cc', | 527 'crypto/secure_hash.cc', |
528 'crypto/signature_creator_nss.cc', | 528 'crypto/signature_creator_nss.cc', |
529 'crypto/signature_verifier_nss.cc', | 529 'crypto/signature_verifier_nss.cc', |
530 'crypto/symmetric_key_nss.cc', | 530 'crypto/symmetric_key_nss.cc', |
531 'hmac_nss.cc', | 531 'hmac_nss.cc', |
532 'nss_util.cc', | 532 'nss_util.cc', |
533 'nss_util.h', | 533 'nss_util.h', |
534 # Note that sha2.cc depends on the NSS files bundled into | 534 # Note that sha2.cc depends on the NSS files bundled into |
535 # 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 |
536 # on platforms besides linux and *bsd. | 536 # on platforms besides linux and *bsd. |
537 'sha2.cc', | 537 'sha2.cc', |
(...skipping 28 matching lines...) Expand all Loading... |
566 'crypto/encryptor_nss.cc', | 566 'crypto/encryptor_nss.cc', |
567 'crypto/encryptor_openssl.cc', | 567 'crypto/encryptor_openssl.cc', |
568 'crypto/encryptor_win.cc', | 568 'crypto/encryptor_win.cc', |
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/secure_hash.h', | 575 'crypto/secure_hash.h', |
576 'crypto/secure_hash_nss.cc', | 576 'crypto/secure_hash.cc', |
577 'crypto/secure_hash_openssl.cc', | 577 'crypto/secure_hash_openssl.cc', |
578 'crypto/signature_creator.h', | 578 'crypto/signature_creator.h', |
579 'crypto/signature_creator_mac.cc', | 579 'crypto/signature_creator_mac.cc', |
580 'crypto/signature_creator_nss.cc', | 580 'crypto/signature_creator_nss.cc', |
581 'crypto/signature_creator_openssl.cc', | 581 'crypto/signature_creator_openssl.cc', |
582 'crypto/signature_creator_win.cc', | 582 'crypto/signature_creator_win.cc', |
583 'crypto/signature_verifier.h', | 583 'crypto/signature_verifier.h', |
584 'crypto/signature_verifier_mac.cc', | 584 'crypto/signature_verifier_mac.cc', |
585 'crypto/signature_verifier_nss.cc', | 585 'crypto/signature_verifier_nss.cc', |
586 'crypto/signature_verifier_openssl.cc', | 586 'crypto/signature_verifier_openssl.cc', |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
732 'third_party/xdg_mime/xdgmimemagic.c', | 732 'third_party/xdg_mime/xdgmimemagic.c', |
733 'third_party/xdg_mime/xdgmimemagic.h', | 733 'third_party/xdg_mime/xdgmimemagic.h', |
734 'third_party/xdg_mime/xdgmimeparent.c', | 734 'third_party/xdg_mime/xdgmimeparent.c', |
735 'third_party/xdg_mime/xdgmimeparent.h', | 735 'third_party/xdg_mime/xdgmimeparent.h', |
736 ], | 736 ], |
737 }, | 737 }, |
738 ], | 738 ], |
739 }], | 739 }], |
740 ], | 740 ], |
741 } | 741 } |
OLD | NEW |