| Index: net/net.gyp
|
| ===================================================================
|
| --- net/net.gyp (revision 87314)
|
| +++ net/net.gyp (working copy)
|
| @@ -741,7 +741,7 @@
|
| },
|
| { # else use_openssl==0, use NSS
|
| 'dependencies': [
|
| - '../build/linux/system.gyp:ssl',
|
| + '../build/linux/system.gyp:nss',
|
| ],
|
| }],
|
| ],
|
| @@ -999,7 +999,7 @@
|
| [ 'toolkit_uses_gtk == 1', {
|
| 'dependencies': [
|
| '../build/linux/system.gyp:gtk',
|
| - '../build/linux/system.gyp:ssl',
|
| + '../build/linux/system.gyp:nss',
|
| ],
|
| },
|
| { # else: OS is not in the above list
|
| @@ -1175,7 +1175,7 @@
|
| ],
|
| }, {
|
| 'dependencies': [
|
| - '../build/linux/system.gyp:ssl',
|
| + '../build/linux/system.gyp:nss',
|
| ],
|
| }],
|
| ],
|
|
|