Chromium Code Reviews| Index: build/linux/system.gyp |
| diff --git a/build/linux/system.gyp b/build/linux/system.gyp |
| index a707343c58b0ad8058cdd79864bdafc4cb38cbe1..c51d0a7ab63ae214da0f2ab7109cabd1668fcce1 100644 |
| --- a/build/linux/system.gyp |
| +++ b/build/linux/system.gyp |
| @@ -13,11 +13,19 @@ |
| 'pkg-config': 'pkg-config' |
| }, |
| }], |
| + [ 'OS=="linux"', { |
| + 'variables': { |
| + # We use our own copy of libssl, although we still need to link against |
| + # the rest of NSS. |
| + 'use_system_ssl%': 0, |
| + }, |
| + }, { # OS!="linux" |
| + 'variables': { |
| + 'use_system_ssl%': 1, |
| + }, |
| + }], |
| ], |
| - 'variables': { |
| - 'use_system_ssl%': 1, |
| - }, |
| 'targets': [ |
| { |