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

Unified Diff: openssl.gypi

Issue 16272007: Fix the shared_library build on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/openssl/
Patch Set: Describe the patch in README.chromium Created 7 years, 7 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 | « openssl.gyp ('k') | openssl/Crypto-config.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: openssl.gypi
===================================================================
--- openssl.gypi (revision 194187)
+++ openssl.gypi (working copy)
@@ -621,8 +621,10 @@
'openssl_x86_64_source_excludes': [
'openssl/crypto/aes/aes_cbc.c',
'openssl/crypto/aes/aes_core.c',
+ 'openssl/crypto/bn/bn_asm.c',
'openssl/crypto/mem_clr.c',
'openssl/crypto/rc4/rc4_enc.c',
+ 'openssl/crypto/rc4/rc4_skey.c',
],
'openssl_x86_64_sources': [
'openssl/crypto/aes/asm/aes-x86_64.S',
« no previous file with comments | « openssl.gyp ('k') | openssl/Crypto-config.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698