| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 9ef727236213ca8f5bdf7d66ab46427ae27df825..70dfbf7c88e05f82be3962e284cc09dacf4f3a89 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"', {
|
|
|