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

Unified Diff: net/BUILD.gn

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
« no previous file with comments | « no previous file | net/net_common.gypi » ('j') | net/third_party/nss/ssl/cmpcert.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 7dafe36425f58ade4fcf70b34c3c72fad38cb062..045ef107543c31f41472b5035f1afd8f259a650e 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -231,10 +231,10 @@ component("net") {
"ssl/ssl_platform_key_nss.cc",
]
} else {
- # 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.
- sources += [ "third_party/nss/ssl/cmpcert.c" ]
+ sources += [
+ "third_party/nss/ssl/cmpcert.cc",
+ "third_party/nss/ssl/cmpcert.h",
+ ]
}
if (!use_nss_certs) {
« no previous file with comments | « no previous file | net/net_common.gypi » ('j') | net/third_party/nss/ssl/cmpcert.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698