| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index df6a8485560aa39ad51d6179b33d97714bf00b2e..9c64c67b5a9b9a7fb33ebc9a1184cb6d98fea571 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -1703,7 +1703,7 @@
|
| }],
|
| ['OS=="linux"', {
|
| 'dependencies': [
|
| - '../build/linux/system.gyp:ssl',
|
| + '../build/linux/system.gyp:nss',
|
| ],
|
| }, { # Non-Linux platforms (Linux includes ChromeOS here).
|
| 'sources': [
|
| @@ -2523,7 +2523,7 @@
|
| }],
|
| ['OS=="linux"', {
|
| 'dependencies': [
|
| - '../build/linux/system.gyp:ssl',
|
| + '../build/linux/system.gyp:nss',
|
| ],
|
| }],
|
| ['OS=="mac"', {
|
| @@ -2844,7 +2844,7 @@
|
| }],
|
| ['OS=="linux"', {
|
| 'dependencies': [
|
| - '../build/linux/system.gyp:ssl',
|
| + '../build/linux/system.gyp:nss',
|
| ],
|
| }],
|
| ['OS=="mac"', {
|
| @@ -2977,7 +2977,7 @@
|
| 'conditions': [
|
| ['OS=="linux"', {
|
| 'dependencies': [
|
| - '../build/linux/system.gyp:ssl',
|
| + '../build/linux/system.gyp:nss',
|
| ],
|
| }],
|
| ['OS=="mac"', {
|
| @@ -3077,7 +3077,7 @@
|
| 'conditions': [
|
| ['OS=="linux"', {
|
| 'dependencies': [
|
| - '../build/linux/system.gyp:ssl',
|
| + '../build/linux/system.gyp:nss',
|
| ],
|
| }],
|
| ['OS=="mac"', {
|
|
|