| Index: crypto/crypto.gyp
|
| diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
|
| index fd411bb3af09ab93348b5cd357560958a3f89361..8849285ec5d65e75359235bd8792aa9aa2bdbf90 100644
|
| --- a/crypto/crypto.gyp
|
| +++ b/crypto/crypto.gyp
|
| @@ -31,10 +31,10 @@
|
| 'conditions': [
|
| [ 'os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
|
| 'dependencies': [
|
| - '../build/linux/system.gyp:ssl',
|
| + '../build/linux/system.gyp:nss',
|
| ],
|
| 'export_dependent_settings': [
|
| - '../build/linux/system.gyp:ssl',
|
| + '../build/linux/system.gyp:nss',
|
| ],
|
| 'conditions': [
|
| [ 'chromeos==1', {
|
| @@ -140,7 +140,7 @@
|
| 'conditions': [
|
| [ 'use_nss_certs == 1', {
|
| 'dependencies': [
|
| - '../build/linux/system.gyp:ssl',
|
| + '../build/linux/system.gyp:nss',
|
| ],
|
| }],
|
| [ 'use_nss_certs == 0', {
|
|
|