| Index: crypto/BUILD.gn
|
| diff --git a/crypto/BUILD.gn b/crypto/BUILD.gn
|
| index 34deeae81682a9217ba7e981a7e2381713c5cc06..035e5cb417c884ff45344074b0a17408f20f77d3 100644
|
| --- a/crypto/BUILD.gn
|
| +++ b/crypto/BUILD.gn
|
| @@ -226,15 +226,6 @@ if (false && is_win) {
|
| }
|
| }
|
|
|
| -# TODO(GYP): Delete this after we've converted everything to GN.
|
| -# The _run targets exist only for compatibility w/ GYP.
|
| -group("crypto_unittests_run") {
|
| - testonly = true
|
| - deps = [
|
| - ":crypto_unittests",
|
| - ]
|
| -}
|
| -
|
| test("crypto_unittests") {
|
| sources = [
|
| "aead_openssl_unittest.cc",
|
|
|