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

Unified Diff: net/net.gyp

Issue 1833183002: Adding iOS OpenSSL Implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « net/cert/x509_certificate_openssl_ios.cc ('k') | net/net.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 661a019eeafcd57e6695d840dde1dbdd311e9f12..38a0d51966148e258bb5b18bbca81bfbf1b5311c 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -240,6 +240,13 @@
'cert/x509_util_ios.h',
],
}],
+ [ 'use_nss_verifier == 1 and OS == "ios"', {
+ 'sources!': [
+ 'cert/cert_verify_proc_ios.cc',
+ 'cert/cert_verify_proc_ios.h',
+ 'cert/x509_certificate_openssl_ios.cc',
+ ],
+ }],
[ 'use_openssl==1', {
'sources!': [
'quic/test_tools/crypto_test_utils_nss.cc',
« no previous file with comments | « net/cert/x509_certificate_openssl_ios.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698