Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2485)

Unified Diff: chrome/chrome_tests.gypi

Issue 9875010: nss: Fix GetCertType returning SERVER_CERT for explicitly distrusted CA certs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index e743ae664617dbdf4786cae7ea2b203d16e1c552..cc1f47f21f15d00aed2ba8bcfcfb05f3c4d657d2 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2062,6 +2062,7 @@
'common/metrics/metrics_log_base_unittest.cc',
'common/metrics/metrics_log_manager_unittest.cc',
'common/multi_process_lock_unittest.cc',
+ 'common/net/x509_certificate_model_unittest.cc',
wtc 2012/03/28 19:36:05 Nit: should this file be listed after the files in
mattm 2012/03/29 00:24:45 Done.
'common/net/gaia/gaia_auth_fetcher_unittest.cc',
'common/net/gaia/gaia_authenticator_unittest.cc',
'common/net/gaia/gaia_oauth_client_unittest.cc',
@@ -2486,6 +2487,11 @@
['exclude', '^browser/extensions/key_identifier_conversion_views_unittest.cc'],
],
}],
+ ['use_nss==0 and use_openssl==0', {
+ 'sources!': [
+ 'common/net/x509_certificate_model_unittest.cc',
+ ],
+ }],
['use_openssl==1', {
'sources/': [
# OpenSSL build does not support firefox importer. See

Powered by Google App Engine
This is Rietveld 408576698