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

Unified Diff: net/BUILD.gn

Issue 1810153002: Adding iOS OpenSSL Implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on master. Created 4 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
« no previous file with comments | « no previous file | net/cert/cert_verify_proc.cc » ('j') | remoting/remoting_nacl.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
« no previous file with comments | « no previous file | net/cert/cert_verify_proc.cc » ('j') | remoting/remoting_nacl.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698