Commit 8a14e2a3 authored by davidben@chromium.org's avatar davidben@chromium.org

Don't build x509_certificate_model_unittest.cc on Windows and Mac.

It's only implemented and used if NSS (or later OpenSSL) provide the
certificate information. The check was checking against use_openssl rather than
use_openssl_certs.

BUG=394959

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284022 0039d316-1c4b-4281-b951-d872f2087c98
parent d4518edc
......@@ -2737,7 +2737,7 @@
['exclude', '^../ui/views/'],
],
}],
['use_nss==0 and use_openssl==0', {
['use_nss==0 and use_openssl_certs==0', {
'sources!': [
'common/net/x509_certificate_model_unittest.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