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

Unified Diff: net/net_common.gypi

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
Index: net/net_common.gypi
diff --git a/net/net_common.gypi b/net/net_common.gypi
index 9bd4aacd99de654955e47f0d4094d470a0509c68..acffc52b59d650ee4c2815fad75b033e9f0ee83d 100644
--- a/net/net_common.gypi
+++ b/net/net_common.gypi
@@ -309,6 +309,14 @@
'cert/x509_util_ios.h',
],
}],
+ [ 'OS == "ios" and use_nss_verifier == 1', {
+ 'sources!': [
+ 'cert/cert_verify_proc_ios_openssl.cc',
+ 'cert/cert_verify_proc_ios_openssl.h',
+ 'cert/test_root_certs_ios_openssl.cc',
+ 'cert/x509_certificate_ios_openssl.cc',
+ ],
+ }],
[ 'enable_websockets == 1', {
'sources': ['<@(net_websockets_sources)']
}],
« no previous file with comments | « net/net.gypi ('k') | remoting/remoting_nacl.gyp » ('j') | remoting/remoting_nacl.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698