summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 1af2162..e0df0b3 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',