X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fboringssl%2Fboringssl.gypi;h=35dfff5f34f262cc77e65dff278f0f44744e644c;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=39beb3fd113491dfaa05007217da634ea2bc0f6d;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/boringssl/boringssl.gypi b/src/third_party/boringssl/boringssl.gypi index 39beb3f..35dfff5 100644 --- a/src/third_party/boringssl/boringssl.gypi +++ b/src/third_party/boringssl/boringssl.gypi @@ -132,8 +132,10 @@ 'src/crypto/ecdsa/ecdsa_asn1.c', 'src/crypto/ecdsa/ecdsa_error.c', 'src/crypto/engine/engine.c', + 'src/crypto/engine/engine_error.c', 'src/crypto/err/err.c', 'src/crypto/err/err_impl.c', + 'src/crypto/evp/algorithm.c', 'src/crypto/evp/asn1.c', 'src/crypto/evp/digestsign.c', 'src/crypto/evp/evp.c', @@ -309,12 +311,9 @@ 'src/ssl/ssl_sess.c', 'src/ssl/ssl_stat.c', 'src/ssl/ssl_txt.c', - 'src/ssl/t1_clnt.c', 'src/ssl/t1_enc.c', 'src/ssl/t1_lib.c', - 'src/ssl/t1_meth.c', 'src/ssl/t1_reneg.c', - 'src/ssl/t1_srvr.c', ], 'boringssl_linux_arm_sources': [ 'linux-arm/crypto/aes/aes-armv4.S', @@ -397,6 +396,21 @@ 'mac-x86_64/crypto/sha/sha256-x86_64.S', 'mac-x86_64/crypto/sha/sha512-x86_64.S', ], + 'boringssl_win_x86_sources': [ + 'win-x86/crypto/aes/aes-586.asm', + 'win-x86/crypto/aes/aesni-x86.asm', + 'win-x86/crypto/aes/vpaes-x86.asm', + 'win-x86/crypto/bn/bn-586.asm', + 'win-x86/crypto/bn/co-586.asm', + 'win-x86/crypto/bn/x86-mont.asm', + 'win-x86/crypto/cpu-x86-asm.asm', + 'win-x86/crypto/md5/md5-586.asm', + 'win-x86/crypto/modes/ghash-x86.asm', + 'win-x86/crypto/rc4/rc4-586.asm', + 'win-x86/crypto/sha/sha1-586.asm', + 'win-x86/crypto/sha/sha256-586.asm', + 'win-x86/crypto/sha/sha512-586.asm', + ], 'boringssl_win_x86_64_sources': [ 'win-x86_64/crypto/aes/aes-x86_64.asm', 'win-x86_64/crypto/aes/aesni-x86_64.asm',