diff options
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!': [ |