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

Unified Diff: net/net.gyp

Issue 5625012: Switch linux OpenSSL build to use custom openssl version (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove the system openssl build rule altogether, depend on third party directly Created 10 years 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 | « chrome/chrome_common.gypi ('k') | net/socket/ssl_client_socket_openssl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 82359ab4ed4aad8deab27de538a8b2ab266d444f..c536ecd04e05c15992b4bdf4ed254fbf3e227a1e 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -237,7 +237,7 @@
'conditions': [
['use_openssl==1', {
'dependencies': [
- '../build/linux/system.gyp:openssl',
+ '../third_party/openssl/openssl.gyp:openssl',
],
}, { # else: not using openssl. Use NSS.
'dependencies': [
@@ -754,7 +754,7 @@
'conditions': [
['use_openssl==1', {
'dependencies': [
- '../build/linux/system.gyp:openssl',
+ '../third_party/openssl/openssl.gyp:openssl',
],
},
{ # else use_openssl==0, use NSS
@@ -1196,7 +1196,7 @@
'conditions': [
['use_openssl==1', {
'dependencies': [
- '../build/linux/system.gyp:openssl',
+ '../third_party/openssl/openssl.gyp:openssl',
]
}, {
'dependencies': [
« no previous file with comments | « chrome/chrome_common.gypi ('k') | net/socket/ssl_client_socket_openssl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698