net: pickup "586" asm files for x86.
commit81fb503d886f148f657e9f4fa6e2f982033937e8
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 11 Jul 2014 21:10:15 +0000 (11 21:10 +0000)
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 11 Jul 2014 21:10:15 +0000 (11 21:10 +0000)
tree0fbab703ec9c6be723f3a2ec6c12a87427fcd020
parentc0bf7c29e2b0ca60021249ee7482dc19b4c71258
net: pickup "586" asm files for x86.

BUG=392745
R=rsleevi@chromium.org

Review URL: https://codereview.chromium.org/385983006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282698 0039d316-1c4b-4281-b951-d872f2087c98
20 files changed:
third_party/boringssl/boringssl.gyp
third_party/boringssl/boringssl.gypi
third_party/boringssl/boringssl_tests.gypi
third_party/boringssl/linux-x86/crypto/aes/aes-586.S [new file with mode: 0644]
third_party/boringssl/linux-x86/crypto/bn/bn-586.S [new file with mode: 0644]
third_party/boringssl/linux-x86/crypto/bn/co-586.S [copied from third_party/boringssl/linux-x86/crypto/bn/x86.S with 57% similarity]
third_party/boringssl/linux-x86/crypto/md5/md5-586.S [new file with mode: 0644]
third_party/boringssl/linux-x86/crypto/rc4/rc4-586.S [new file with mode: 0644]
third_party/boringssl/linux-x86/crypto/sha/sha1-586.S [new file with mode: 0644]
third_party/boringssl/linux-x86/crypto/sha/sha256-586.S [new file with mode: 0644]
third_party/boringssl/linux-x86/crypto/sha/sha512-586.S [new file with mode: 0644]
third_party/boringssl/mac-x86/crypto/aes/aes-586.S [new file with mode: 0644]
third_party/boringssl/mac-x86/crypto/bn/bn-586.S [new file with mode: 0644]
third_party/boringssl/mac-x86/crypto/bn/co-586.S [moved from third_party/boringssl/linux-x86/crypto/bn/x86.S with 54% similarity]
third_party/boringssl/mac-x86/crypto/md5/md5-586.S [new file with mode: 0644]
third_party/boringssl/mac-x86/crypto/rc4/rc4-586.S [new file with mode: 0644]
third_party/boringssl/mac-x86/crypto/sha/sha1-586.S [new file with mode: 0644]
third_party/boringssl/mac-x86/crypto/sha/sha256-586.S [new file with mode: 0644]
third_party/boringssl/mac-x86/crypto/sha/sha512-586.S [new file with mode: 0644]
third_party/boringssl/update_gypi_and_asm.py