Index: chrome/chrome_utility.gypi |
diff --git a/chrome/chrome_utility.gypi b/chrome/chrome_utility.gypi |
index 5daa3fd147c31d6c675d6e3d8d805a888ffa31e2..fddb0df5a84d6ac0439c3cc6d2a5cddeb2970a9e 100644 |
--- a/chrome/chrome_utility.gypi |
+++ b/chrome/chrome_utility.gypi |
@@ -119,7 +119,7 @@ |
'<@(chrome_utility_sources)', |
], |
'conditions': [ |
- ['use_openssl==1', { |
+ ['OS!="win" and OS!="mac" and use_openssl==1', { |
'sources!': [ |
'utility/importer/nss_decryptor.cc', |
] |