diff options
author | ppi@chromium.org <ppi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-29 02:18:40 +0000 |
---|---|---|
committer | ppi@chromium.org <ppi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-29 02:18:40 +0000 |
commit | 5ad90d77a2cbba1e26c7e889c3dd1048987f6520 (patch) | |
tree | dfa6ca228b5d471ffacf805e7bb1e388b25adb18 /net | |
parent | af14a6453280a8870ece4bfb8bca351f71db5a8d (diff) | |
download | chromium_src-5ad90d77a2cbba1e26c7e889c3dd1048987f6520.zip chromium_src-5ad90d77a2cbba1e26c7e889c3dd1048987f6520.tar.gz chromium_src-5ad90d77a2cbba1e26c7e889c3dd1048987f6520.tar.bz2 |
Don't compile ClientCertStoreImpl unittests when OpenSSL is used
This patch fixes the Linux Redux build broken by http://crrev.com/178732.
BUG=170374
Review URL: https://chromiumcodereview.appspot.com/12070006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179261 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/net.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/net.gyp b/net/net.gyp index 4677515..4c7d4f0 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -1661,8 +1661,9 @@ # TODO(bulach): Add equivalent tests when the underlying # functionality is ported to OpenSSL. 'sources!': [ - 'base/x509_util_nss_unittest.cc', + 'base/client_cert_store_impl_unittest.cc', 'base/nss_cert_database_unittest.cc', + 'base/x509_util_nss_unittest.cc', ], }, { # else !use_openssl: remove the unneeded files 'sources!': [ |