| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 497e83ca3b93eed4ceef0dbf225d5cce2a716972..73fd01b1fe7b53f888353dc219cad193da44d4d2 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -215,7 +215,7 @@
|
| ['toolkit_uses_gtk == 1', {
|
| 'dependencies': [
|
| '../build/linux/system.gyp:gtk',
|
| - '../build/linux/system.gyp:nss',
|
| + '../build/linux/system.gyp:ssl',
|
| ],
|
| }],
|
| ['OS=="win"', {
|
| @@ -476,7 +476,7 @@
|
| ['toolkit_uses_gtk == 1', {
|
| 'dependencies': [
|
| '../build/linux/system.gyp:gtk',
|
| - '../build/linux/system.gyp:nss',
|
| + '../build/linux/system.gyp:ssl',
|
| '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
|
| ],
|
| }],
|
| @@ -2027,7 +2027,7 @@
|
| ],
|
| 'dependencies': [
|
| '../build/linux/system.gyp:gtk',
|
| - '../build/linux/system.gyp:nss',
|
| + '../build/linux/system.gyp:ssl',
|
| '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
|
| ],
|
| 'sources!': [
|
| @@ -2571,7 +2571,7 @@
|
| ['toolkit_uses_gtk == 1', {
|
| 'dependencies': [
|
| '../build/linux/system.gyp:gtk',
|
| - '../build/linux/system.gyp:nss',
|
| + '../build/linux/system.gyp:ssl',
|
| '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
|
| ],
|
| 'sources': [
|
| @@ -3212,7 +3212,7 @@
|
| ['toolkit_uses_gtk == 1', {
|
| 'dependencies': [
|
| '../build/linux/system.gyp:gtk',
|
| - '../build/linux/system.gyp:nss',
|
| + '../build/linux/system.gyp:ssl',
|
| 'packed_resources'
|
| ],
|
| }],
|
| @@ -3336,7 +3336,7 @@
|
| ['toolkit_uses_gtk == 1', {
|
| 'dependencies': [
|
| '../build/linux/system.gyp:gtk',
|
| - '../build/linux/system.gyp:nss',
|
| + '../build/linux/system.gyp:ssl',
|
| ],
|
| }],
|
| ['OS=="mac"', {
|
| @@ -3484,7 +3484,7 @@
|
| ['toolkit_uses_gtk == 1', {
|
| 'dependencies': [
|
| '../build/linux/system.gyp:gtk',
|
| - '../build/linux/system.gyp:nss',
|
| + '../build/linux/system.gyp:ssl',
|
| ],
|
| }],
|
| ['toolkit_views==1', {
|
|
|