| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index 2cb0efdc950da1f551885b212b533ec6964ccdc1..8484e293c9813886d46c09c513ff6d47a856ba62 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -1524,15 +1524,6 @@ if (is_win) {
|
| }
|
| }
|
|
|
| -# TODO(GYP): Delete this after we've converted everything to GN.
|
| -# The _run targets exist only for compatibility w/ GYP.
|
| -group("base_unittests_run") {
|
| - testonly = true
|
| - deps = [
|
| - ":base_unittests",
|
| - ]
|
| -}
|
| -
|
| test("base_unittests") {
|
| sources = [
|
| "allocator/tcmalloc_unittest.cc",
|
|
|