Index: third_party/boringssl/boringssl.gypi |
diff --git a/third_party/boringssl/boringssl.gypi b/third_party/boringssl/boringssl.gypi |
index 7b7f30500510cb62e6241dfa6bcdb3862c858f40..0c557cc78bfec26364c0b9558bb1e561a172f78c 100644 |
--- a/third_party/boringssl/boringssl.gypi |
+++ b/third_party/boringssl/boringssl.gypi |
@@ -426,5 +426,14 @@ |
'win-x86_64/crypto/sha/sha256-x86_64.asm', |
'win-x86_64/crypto/sha/sha512-x86_64.asm', |
], |
+ 'boringssl_decrepit_sources': [ |
davidben
2016/01/20 19:43:03
This file is automatically generated. It should no
|
+ 'src/decrepit/bio/base64_bio.c', |
+ 'src/decrepit/blowfish/blowfish.c', |
+ 'src/decrepit/cast/cast.c', |
+ 'src/decrepit/cast/cast_tables.c', |
+ 'src/decrepit/des/cfb64ede.c', |
+ 'src/decrepit/rsa/rsa_decrepit.c', |
+ 'src/decrepit/xts/xts.c', |
+ ], |
} |
} |