Index: chrome/chrome_common.gypi |
=================================================================== |
--- chrome/chrome_common.gypi (revision 87315) |
+++ chrome/chrome_common.gypi (working copy) |
@@ -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 |