Index: net/BUILD.gn |
diff --git a/net/BUILD.gn b/net/BUILD.gn |
index dcb0a8fca46ccd0061d893092d381efa6ffdeb38..e2a4a4cc662dcd3752693e1b0c79be295d45a379 100644 |
--- a/net/BUILD.gn |
+++ b/net/BUILD.gn |
@@ -320,6 +320,15 @@ if (!is_nacl) { |
] |
} |
+ if (is_ios && use_nss_verifier) { |
+ net_shared_sources -= [ |
+ "cert/cert_verify_proc_openssl_ios.cc", |
+ "cert/cert_verify_proc_openssl_ios.h", |
+ "cert/test_root_certs_openssl_ios.cc", |
+ "cert/x509_certificate_openssl_ios.cc", |
+ ] |
+ } |
+ |
if (is_chromecast && use_nss_certs) { |
net_shared_sources += [ "ssl/ssl_platform_key_chromecast.cc" ] |
net_shared_sources -= [ "ssl/ssl_platform_key_nss.cc" ] |