Index: net/net_common.gypi |
diff --git a/net/net_common.gypi b/net/net_common.gypi |
index 9bd4aacd99de654955e47f0d4094d470a0509c68..d410c55f6998dfbd59c523717a3463c3ea427736 100644 |
--- a/net/net_common.gypi |
+++ b/net/net_common.gypi |
@@ -304,11 +304,21 @@ |
], |
}], |
[ 'OS == "ios" and use_nss_verifier == 0', { |
+ 'sources': [ |
+ 'cert/test_root_cert_mac.cc', |
davidben
2016/03/21 19:46:47
Huh. Does test_root_cert_mac.cc normally get exclu
svaldez
2016/03/21 20:23:52
Yup. Also had to move it due to ordering of platfo
|
+ ], |
'sources!': [ |
'cert/x509_util_ios.cc', |
'cert/x509_util_ios.h', |
], |
}], |
+ [ 'OS == "ios" and use_nss_verifier == 1', { |
+ 'sources!': [ |
+ 'cert/cert_verify_proc_openssl_ios.cc', |
+ 'cert/cert_verify_proc_openssl_ios.h', |
+ 'cert/x509_certificate_openssl_ios.cc', |
+ ], |
+ }], |
[ 'enable_websockets == 1', { |
'sources': ['<@(net_websockets_sources)'] |
}], |