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)'] |
}], |