Chromium Code Reviews| Index: trunk/src/crypto/BUILD.gn |
| =================================================================== |
| --- trunk/src/crypto/BUILD.gn (revision 283844) |
| +++ trunk/src/crypto/BUILD.gn (working copy) |
| @@ -242,7 +242,7 @@ |
| # 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) { |