Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / boringssl / boringssl.gypi
index 39beb3f..35dfff5 100644 (file)
       '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',
       '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',
       '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',