Commit 213b1bb2 authored by davidben@chromium.org's avatar davidben@chromium.org

Always build nss_decryptor.cc on Windows and Mac.

NSS gets dlopen'd on Windows and Mac, so it can be built
in the OpenSSL port.

BUG=38883

Review URL: https://codereview.chromium.org/385873002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282704 0039d316-1c4b-4281-b951-d872f2087c98
parent 6b2e2373
......@@ -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',
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment