Chromium Code Reviews| Index: chrome/chrome_utility.gypi |
| diff --git a/chrome/chrome_utility.gypi b/chrome/chrome_utility.gypi |
| index 5daa3fd147c31d6c675d6e3d8d805a888ffa31e2..c0ab7264821511aa32d9d4093d0ec13d03e77558 100644 |
| --- a/chrome/chrome_utility.gypi |
| +++ b/chrome/chrome_utility.gypi |
| @@ -119,11 +119,6 @@ |
| '<@(chrome_utility_sources)', |
| ], |
| 'conditions': [ |
| - ['use_openssl==1', { |
| - 'sources!': [ |
| - 'utility/importer/nss_decryptor.cc', |
|
Ryan Sleevi
2014/07/11 01:05:33
Don't we still want to include this if on Linux, b
davidben
2014/07/11 13:50:50
Hrmf, yeah, you're right. Fixed and filed crbug.co
|
| - ] |
| - }], |
| ['OS!="win" and OS!="mac" and use_openssl==0', { |
| 'dependencies': [ |
| '../crypto/crypto.gyp:crypto', |