Index: chrome/common/net/BUILD.gn |
diff --git a/chrome/common/net/BUILD.gn b/chrome/common/net/BUILD.gn |
index 30d4611359a4348bf652112855e12e089e536a53..dd3502aa61c92349736b7e7cf49475103fa38f1d 100644 |
--- a/chrome/common/net/BUILD.gn |
+++ b/chrome/common/net/BUILD.gn |
@@ -51,7 +51,7 @@ static_library("net") { |
"x509_certificate_model.cc", |
"x509_certificate_model_openssl.cc", |
] |
- deps += [ "//third_party/openssl" ] |
+ deps += [ "//third_party/boringssl" ] |
} |
if (use_openssl) { |