| Index: chrome/common/net/BUILD.gn
|
| diff --git a/chrome/common/net/BUILD.gn b/chrome/common/net/BUILD.gn
|
| index a6d51519f39b696b34cbcadf564ff6d9ae16f85d..1268d6a6804047033227f136c3e4531a8ffca788 100644
|
| --- a/chrome/common/net/BUILD.gn
|
| +++ b/chrome/common/net/BUILD.gn
|
| @@ -12,7 +12,6 @@ static_library("net") {
|
| "x509_certificate_model.cc",
|
| "x509_certificate_model.h",
|
| "x509_certificate_model_nss.cc",
|
| - "x509_certificate_model_openssl.cc",
|
| ]
|
|
|
| configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
| @@ -38,12 +37,6 @@ static_library("net") {
|
| sources -= [ "x509_certificate_model.cc" ]
|
| }
|
|
|
| - if (use_openssl_certs && !is_android) {
|
| - deps += [ "//third_party/boringssl" ]
|
| - } else {
|
| - sources -= [ "x509_certificate_model_openssl.cc" ]
|
| - }
|
| -
|
| if (use_nss_certs) {
|
| deps += [
|
| "//chrome/third_party/mozilla_security_manager",
|
|
|