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

Unified Diff: net/net_common.gypi

Issue 2185403003: Return the certificate chain in ClientCertStoreNSS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rsleevi comments Created 4 years, 5 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_common.gypi
diff --git a/net/net_common.gypi b/net/net_common.gypi
index e5b415313204097deafe9e473c2585ac9b91d31d..014758adb1adb6b4be59f3bf3d48b44d290c165a 100644
--- a/net/net_common.gypi
+++ b/net/net_common.gypi
@@ -203,12 +203,10 @@
],
},
],
- # client_cert_store_nss.c requires NSS_CmpCertChainWCANames from NSS's
- # libssl, but our bundled copy is not built in OpenSSL ports. Pull that
- # file in directly.
[ 'use_nss_certs == 1', {
'sources': [
- 'third_party/nss/ssl/cmpcert.c',
+ 'third_party/nss/ssl/cmpcert.cc',
+ 'third_party/nss/ssl/cmpcert.h',
],
}],
[ 'enable_websockets == 1', {

Powered by Google App Engine
This is Rietveld 408576698