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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 881213004: Support building BoringSSL with NSS certificates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 45187986a33490c68e7b825bb3699998c12442bf..d5e29f2d5e9e5fe7ce5f94c2278e89568e3db6f6 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2549,7 +2549,7 @@
}],
],
}],
- ['OS != "android" and (use_nss == 1 or use_openssl_certs == 1)', {
+ ['use_nss == 1 or (use_openssl_certs == 1 and OS != "android")', {
'sources': [
'common/net/x509_certificate_model_unittest.cc',
],

Powered by Google App Engine
This is Rietveld 408576698