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 |