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

Unified Diff: net/net.gyp

Issue 11549033: Separate CertVerifyProcAndroid from CertVerifyProcOpenSSL (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years 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 8f2255732c6fdafd1d5c71dd5f449881024371ac..8a123a186a5772d90ae91fa01755ced74033bd67 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -96,6 +96,8 @@
'base/cert_verifier.h',
'base/cert_verify_proc.cc',
'base/cert_verify_proc.h',
+ 'base/cert_verify_proc_android.cc',
+ 'base/cert_verify_proc_android.h',
'base/cert_verify_proc_mac.cc',
'base/cert_verify_proc_mac.h',
'base/cert_verify_proc_nss.cc',
@@ -1214,6 +1216,7 @@
],
'sources!': [
'base/cert_database_openssl.cc',
+ 'base/cert_verify_proc_openssl.cc',
'base/openssl_memory_private_key_store.cc',
'base/test_root_certs_openssl.cc',
],
« net/base/cert_verify_proc_openssl.cc ('K') | « net/base/cert_verify_proc_openssl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698