| Index: sandbox/linux/BUILD.gn
|
| diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn
|
| index d250d216acc11f0d4c49c89779055cd33990c2c7..085a06167c1d3ca91518c86f67902d45c8033101 100644
|
| --- a/sandbox/linux/BUILD.gn
|
| +++ b/sandbox/linux/BUILD.gn
|
| @@ -434,13 +434,3 @@ if (compile_suid_client || is_nacl_nonsfi) {
|
| }
|
| }
|
| }
|
| -
|
| -if (is_android) {
|
| - # TODO(GYP_GONE) Delete this after we've converted everything to GN.
|
| - group("sandbox_linux_unittests_deps") {
|
| - testonly = true
|
| - deps = [
|
| - ":sandbox_linux_unittests",
|
| - ]
|
| - }
|
| -}
|
|
|