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

Unified Diff: third_party/boringssl/boringssl.gypi

Issue 1537473002: [third-party] Netty fork of Tomcat Native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed open source license review comments Created 4 years, 11 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/netty-tcnative/LICENSE » ('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 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',
+ ],
}
}
« no previous file with comments | « third_party/boringssl/boringssl.gyp ('k') | third_party/netty-tcnative/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698