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': [ |