| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 040c1e00cdbbaded4eb97d62ac576708a574d7db..e03bd188a8761ba96f4bef4450ff00e96cb832e3 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -914,7 +914,7 @@
|
| 'dependencies': [
|
| '../third_party/nss/nss.gyp:nspr',
|
| '../third_party/nss/nss.gyp:nss',
|
| - 'third_party/nss/ssl.gyp:ssl',
|
| + 'third_party/nss/ssl.gyp:libssl',
|
| 'tld_cleanup',
|
| ],
|
| }, { # else: OS != "win"
|
| @@ -932,7 +932,7 @@
|
| 'dependencies': [
|
| '../third_party/nss/nss.gyp:nspr',
|
| '../third_party/nss/nss.gyp:nss',
|
| - 'third_party/nss/ssl.gyp:ssl',
|
| + 'third_party/nss/ssl.gyp:libssl',
|
| ],
|
| 'link_settings': {
|
| 'libraries': [
|
| @@ -1260,7 +1260,7 @@
|
| '../third_party/icu/icu.gyp:icudata',
|
| '../third_party/nss/nss.gyp:nspr',
|
| '../third_party/nss/nss.gyp:nss',
|
| - 'third_party/nss/ssl.gyp:ssl',
|
| + 'third_party/nss/ssl.gyp:libssl',
|
| ],
|
| },
|
| ],
|
| @@ -1268,7 +1268,7 @@
|
| 'dependencies': [
|
| '../third_party/nss/nss.gyp:nspr',
|
| '../third_party/nss/nss.gyp:nss',
|
| - 'third_party/nss/ssl.gyp:ssl',
|
| + 'third_party/nss/ssl.gyp:libssl',
|
| ],
|
| },
|
| ],
|
|
|