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

Unified Diff: third_party/boringssl/boringssl.gypi

Issue 683113005: Update from chromium https://crrev.com/302282 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/boringssl/boringssl.gyp ('k') | third_party/boringssl/update_gypi_and_asm.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/boringssl/boringssl.gypi
diff --git a/third_party/boringssl/boringssl.gypi b/third_party/boringssl/boringssl.gypi
index 97faccd49f51ef301b3001cfbaa8fca2f96c3bd3..35dfff5f34f262cc77e65dff278f0f44744e644c 100644
--- a/third_party/boringssl/boringssl.gypi
+++ b/third_party/boringssl/boringssl.gypi
@@ -396,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',
« no previous file with comments | « third_party/boringssl/boringssl.gyp ('k') | third_party/boringssl/update_gypi_and_asm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698