| 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) {
|
|
|