| Index: sync/BUILD.gn
|
| diff --git a/sync/BUILD.gn b/sync/BUILD.gn
|
| index 52f9a34d550508a962d540ba9bc8046dcefdf9ac..8c9788c17bf027c917833e4bb6fa269f5fcdbb7f 100644
|
| --- a/sync/BUILD.gn
|
| +++ b/sync/BUILD.gn
|
| @@ -610,15 +610,6 @@ static_library("test_support_sync_api") {
|
| ]
|
| }
|
|
|
| -# TODO(GYP): Delete this after we've converted everything to GN.
|
| -# The _run targets exist only for compatibility w/ GYP.
|
| -group("sync_unit_tests_run") {
|
| - testonly = true
|
| - deps = [
|
| - ":sync_unit_tests",
|
| - ]
|
| -}
|
| -
|
| # GYP version: sync/sync_tests.gypi:sync_unit_tests
|
| test("sync_unit_tests") {
|
| sources = [
|
|
|