| Index: crypto/crypto.gyp
|
| diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
|
| index 23b29861c3f749773da4cede16f2aeffeb926758..ab19f69fb0361c6b419d1a7626596b6fa7b0f270 100644
|
| --- a/crypto/crypto.gyp
|
| +++ b/crypto/crypto.gyp
|
| @@ -80,7 +80,7 @@
|
| 'mac_security_services_lock.h',
|
| ],
|
| }],
|
| - [ 'OS == "mac" or OS == "ios" or OS == "win"', {
|
| + [ 'use_openssl == 0 and (OS == "mac" or OS == "ios" or OS == "win")', {
|
| 'dependencies': [
|
| '../third_party/nss/nss.gyp:nspr',
|
| '../third_party/nss/nss.gyp:nss',
|
| @@ -201,12 +201,7 @@
|
| 'openpgp_symmetric_encryption_unittest.cc',
|
| ]
|
| }],
|
| - [ 'OS == "mac" or OS == "ios" or OS == "win"', {
|
| - 'dependencies': [
|
| - '../third_party/nss/nss.gyp:nss',
|
| - ],
|
| - }],
|
| - [ 'OS == "mac"', {
|
| + [ 'use_openssl == 0 and (OS == "mac" or OS == "ios" or OS == "win")', {
|
| 'dependencies': [
|
| '../third_party/nss/nss.gyp:nspr',
|
| ],
|
|
|