Chromium Code Reviews| Index: crypto/BUILD.gn |
| diff --git a/crypto/BUILD.gn b/crypto/BUILD.gn |
| index bd7f06d0e4830dcbf121f822a69318a6977c3dc5..307842084cb20418010cc3439c0f5a8f02321458 100644 |
| --- a/crypto/BUILD.gn |
| +++ b/crypto/BUILD.gn |
| @@ -242,7 +242,7 @@ test("crypto_unittests") { |
| # on the current SSL library should just depend on this. |
| group("platform") { |
| if (use_openssl) { |
| - deps = [ "//third_party/boringssl" ] |
| + deps = [ "//third_party/openssl" ] |
| } else { |
| deps = [ "//net/third_party/nss/ssl:libssl" ] |
| if (is_linux) { |