| Index: third_party/boringssl/boringssl.gypi
|
| diff --git a/third_party/boringssl/boringssl.gypi b/third_party/boringssl/boringssl.gypi
|
| index b8a2a1293a2dfa463930137eed2a92c3b293c971..1aaade461cbf83b8cde7a3b181567f6a0f1f711b 100644
|
| --- a/third_party/boringssl/boringssl.gypi
|
| +++ b/third_party/boringssl/boringssl.gypi
|
| @@ -329,7 +329,6 @@
|
| 'linux-x86/crypto/bn/bn-586.S',
|
| 'linux-x86/crypto/bn/co-586.S',
|
| 'linux-x86/crypto/bn/x86-mont.S',
|
| - 'linux-x86/crypto/cpu-x86-asm.S',
|
| 'linux-x86/crypto/md5/md5-586.S',
|
| 'linux-x86/crypto/modes/ghash-x86.S',
|
| 'linux-x86/crypto/rc4/rc4-586.S',
|
| @@ -346,7 +345,6 @@
|
| 'linux-x86_64/crypto/bn/rsaz-x86_64.S',
|
| 'linux-x86_64/crypto/bn/x86_64-mont.S',
|
| 'linux-x86_64/crypto/bn/x86_64-mont5.S',
|
| - 'linux-x86_64/crypto/cpu-x86_64-asm.S',
|
| 'linux-x86_64/crypto/md5/md5-x86_64.S',
|
| 'linux-x86_64/crypto/modes/aesni-gcm-x86_64.S',
|
| 'linux-x86_64/crypto/modes/ghash-x86_64.S',
|
| @@ -364,7 +362,6 @@
|
| 'mac-x86/crypto/bn/bn-586.S',
|
| 'mac-x86/crypto/bn/co-586.S',
|
| 'mac-x86/crypto/bn/x86-mont.S',
|
| - 'mac-x86/crypto/cpu-x86-asm.S',
|
| 'mac-x86/crypto/md5/md5-586.S',
|
| 'mac-x86/crypto/modes/ghash-x86.S',
|
| 'mac-x86/crypto/rc4/rc4-586.S',
|
| @@ -381,7 +378,6 @@
|
| 'mac-x86_64/crypto/bn/rsaz-x86_64.S',
|
| 'mac-x86_64/crypto/bn/x86_64-mont.S',
|
| 'mac-x86_64/crypto/bn/x86_64-mont5.S',
|
| - 'mac-x86_64/crypto/cpu-x86_64-asm.S',
|
| 'mac-x86_64/crypto/md5/md5-x86_64.S',
|
| 'mac-x86_64/crypto/modes/aesni-gcm-x86_64.S',
|
| 'mac-x86_64/crypto/modes/ghash-x86_64.S',
|
| @@ -399,7 +395,6 @@
|
| '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',
|
| @@ -416,7 +411,6 @@
|
| 'win-x86_64/crypto/bn/rsaz-x86_64.asm',
|
| 'win-x86_64/crypto/bn/x86_64-mont.asm',
|
| 'win-x86_64/crypto/bn/x86_64-mont5.asm',
|
| - 'win-x86_64/crypto/cpu-x86_64-asm.asm',
|
| 'win-x86_64/crypto/md5/md5-x86_64.asm',
|
| 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm',
|
| 'win-x86_64/crypto/modes/ghash-x86_64.asm',
|
|
|