| Index: third_party/boringssl/update_gypi_and_asm.py
|
| diff --git a/third_party/boringssl/update_gypi_and_asm.py b/third_party/boringssl/update_gypi_and_asm.py
|
| index 476e42fde22ca2ac646e3cc5964f2334156a15e8..db11e647a0f93a5ce6127c685625be606c86e122 100644
|
| --- a/third_party/boringssl/update_gypi_and_asm.py
|
| +++ b/third_party/boringssl/update_gypi_and_asm.py
|
| @@ -29,6 +29,7 @@ NON_PERL_FILES = {
|
| ('linux', 'arm'): [
|
| 'src/crypto/poly1305/poly1305_arm_asm.S',
|
| 'src/crypto/chacha/chacha_vec_arm.S',
|
| + 'src/crypto/cpu-arm-asm.S',
|
| ],
|
| }
|
|
|
|
|