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

Unified Diff: net/net.gyp

Issue 1810153002: Adding iOS OpenSSL Implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing more nits. 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.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 661a019eeafcd57e6695d840dde1dbdd311e9f12..25e98e611e2aaa1c176aed0f2f8d04a026ed21f0 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',
@@ -364,6 +371,7 @@
'data/verify_certificate_chain_unittest/',
'data/verify_name_match_unittest/names/',
'data/verify_signed_data_unittest/',
+ 'third_party/nist-pkits/',
],
'test_data_prefix': 'net',
},
« net/BUILD.gn ('K') | « 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