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

Side by Side Diff: openssl.gypi

Issue 16272007: Fix the shared_library build on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/openssl/
Patch Set: Describe the patch in README.chromium Created 7 years, 6 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 | « openssl.gyp ('k') | openssl/Crypto-config.mk » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Auto-generated file - DO NOT EDIT 1 # Auto-generated file - DO NOT EDIT
2 # To regenerate - run import_from_android.sh. 2 # To regenerate - run import_from_android.sh.
3 # See 'import_from_android.sh --help' for details. 3 # See 'import_from_android.sh --help' for details.
4 { 4 {
5 'variables': { 5 'variables': {
6 'openssl_common_sources': [ 6 'openssl_common_sources': [
7 'openssl/crypto/cryptlib.c', 7 'openssl/crypto/cryptlib.c',
8 'openssl/crypto/mem.c', 8 'openssl/crypto/mem.c',
9 'openssl/crypto/mem_clr.c', 9 'openssl/crypto/mem_clr.c',
10 'openssl/crypto/mem_dbg.c', 10 'openssl/crypto/mem_dbg.c',
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 'SHA512_ASM', 614 'SHA512_ASM',
615 'MD5_ASM', 615 'MD5_ASM',
616 'DES_PTR', 616 'DES_PTR',
617 'DES_RISC1', 617 'DES_RISC1',
618 'DES_UNROLL', 618 'DES_UNROLL',
619 'OPENSSL_CPUID_OBJ', 619 'OPENSSL_CPUID_OBJ',
620 ], 620 ],
621 'openssl_x86_64_source_excludes': [ 621 'openssl_x86_64_source_excludes': [
622 'openssl/crypto/aes/aes_cbc.c', 622 'openssl/crypto/aes/aes_cbc.c',
623 'openssl/crypto/aes/aes_core.c', 623 'openssl/crypto/aes/aes_core.c',
624 'openssl/crypto/bn/bn_asm.c',
624 'openssl/crypto/mem_clr.c', 625 'openssl/crypto/mem_clr.c',
625 'openssl/crypto/rc4/rc4_enc.c', 626 'openssl/crypto/rc4/rc4_enc.c',
627 'openssl/crypto/rc4/rc4_skey.c',
626 ], 628 ],
627 'openssl_x86_64_sources': [ 629 'openssl_x86_64_sources': [
628 'openssl/crypto/aes/asm/aes-x86_64.S', 630 'openssl/crypto/aes/asm/aes-x86_64.S',
629 'openssl/crypto/aes/asm/aesni-x86_64.S', 631 'openssl/crypto/aes/asm/aesni-x86_64.S',
630 'openssl/crypto/aes/asm/aesni-sha1-x86_64.S', 632 'openssl/crypto/aes/asm/aesni-sha1-x86_64.S',
631 'openssl/crypto/aes/asm/bsaes-x86_64.S', 633 'openssl/crypto/aes/asm/bsaes-x86_64.S',
632 'openssl/crypto/aes/asm/vpaes-x86_64.S', 634 'openssl/crypto/aes/asm/vpaes-x86_64.S',
633 'openssl/crypto/bn/asm/modexp512-x86_64.S', 635 'openssl/crypto/bn/asm/modexp512-x86_64.S',
634 'openssl/crypto/bn/asm/x86_64-gcc.c', 636 'openssl/crypto/bn/asm/x86_64-gcc.c',
635 'openssl/crypto/bn/asm/x86_64-gf2m.S', 637 'openssl/crypto/bn/asm/x86_64-gf2m.S',
(...skipping 17 matching lines...) Expand all
653 'SHA256_ASM', 655 'SHA256_ASM',
654 'SHA512_ASM', 656 'SHA512_ASM',
655 'MD5_ASM', 657 'MD5_ASM',
656 'DES_PTR', 658 'DES_PTR',
657 'DES_RISC1', 659 'DES_RISC1',
658 'DES_UNROLL', 660 'DES_UNROLL',
659 'OPENSSL_CPUID_OBJ', 661 'OPENSSL_CPUID_OBJ',
660 ], 662 ],
661 } 663 }
662 } 664 }
OLDNEW
« no previous file with comments | « openssl.gyp ('k') | openssl/Crypto-config.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698