Chromium Code Reviews| Index: chrome/chrome_tests_unit.gypi |
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi |
| index 2e35b4c538725738516e4973217286b1b3562f57..6c62368fc63409518949556975c1ce81031072f3 100644 |
| --- a/chrome/chrome_tests_unit.gypi |
| +++ b/chrome/chrome_tests_unit.gypi |
| @@ -2727,7 +2727,7 @@ |
| }], |
| ], |
| }], |
| - ['OS != "android" and (use_nss_certs == 1 or use_openssl_certs == 1)', { |
| + ['OS != "android" and use_nss_certs == 1', { |
| 'sources': [ |
| 'common/net/x509_certificate_model_unittest.cc', |
| ], |