| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 3a0953ac23d47bcd5285ac8203b1ebe884aaeb26..2b0b24a98092844ad261edcca8a128d163fb7e07 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -377,18 +377,8 @@
|
| ],
|
| 'conditions': [
|
| ['os_posix == 1 and OS != "mac"', {
|
| - 'conditions': [
|
| - ['use_openssl==1', {
|
| - 'dependencies': [
|
| - '../third_party/openssl/openssl.gyp:openssl',
|
| - ],
|
| - },
|
| - { # else !use_openssl
|
| - 'dependencies': [
|
| - '../build/linux/system.gyp:nss',
|
| - ],
|
| - },
|
| - ],
|
| + 'dependencies': [
|
| + '../build/linux/system.gyp:ssl',
|
| ],
|
| },
|
| { # else: OS is not in the above list
|
|
|