diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-24 06:34:55 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-24 06:34:55 +0000 |
commit | b3270feacc12cf03c22f624cb02dd4dc2fa9ceea (patch) | |
tree | 66dc941f31f5dd1e8b60f0f99664296de4e7b691 /net/net.gyp | |
parent | 01bdeb20a868e3828a36c01ec318c34cbd5de8d1 (diff) | |
download | chromium_src-b3270feacc12cf03c22f624cb02dd4dc2fa9ceea.zip chromium_src-b3270feacc12cf03c22f624cb02dd4dc2fa9ceea.tar.gz chromium_src-b3270feacc12cf03c22f624cb02dd4dc2fa9ceea.tar.bz2 |
Introduce unit test for NSS OCSP/AIA fetching
BUG=176541
R=erikwright, wtc
Review URL: https://chromiumcodereview.appspot.com/15080007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201984 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index 29f1473..f7a4f71 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -1609,6 +1609,7 @@ 'http/mock_sspi_library_win.h', 'http/transport_security_state_unittest.cc', 'http/url_security_manager_unittest.cc', + 'ocsp/nss_ocsp_unittest.cc', 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc', 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc', 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc', @@ -1881,6 +1882,13 @@ 'http/mock_gssapi_library_posix.h', ], }], + [ 'use_openssl == 1 or (use_glib == 0 and OS != "ios")', { + # Only include this test when on Posix and using NSS for + # cert verification or on iOS (which also uses NSS for certs). + 'sources!': [ + 'ocsp/nss_ocsp_unittest.cc', + ], + }], [ 'use_openssl==1', { # When building for OpenSSL, we need to exclude NSS specific tests. # TODO(bulach): Add equivalent tests when the underlying |