| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index d946a694aa0d13d5820720766e34b61f011e5c3c..59ff2357dc977ead377ba7fb3d0a474f43870625 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -2037,7 +2037,7 @@
|
| }],
|
| ['OS=="linux"', {
|
| 'dependencies': [
|
| - '../build/linux/system.gyp:ssl',
|
| + '../build/linux/system.gyp:nss',
|
| ],
|
| }],
|
| ['enable_print_preview==1', {
|
| @@ -2542,7 +2542,7 @@
|
| }],
|
| ['OS=="linux"', {
|
| 'dependencies': [
|
| - '../build/linux/system.gyp:ssl',
|
| + '../build/linux/system.gyp:nss',
|
| ],
|
| }],
|
| # Only add this test for 64 bit builds because otherwise we need the 32
|
|
|