Chromium Code Reviews| Index: sandbox/linux/BUILD.gn |
| diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn |
| index 085a06167c1d3ca91518c86f67902d45c8033101..d250d216acc11f0d4c49c89779055cd33990c2c7 100644 |
| --- a/sandbox/linux/BUILD.gn |
| +++ b/sandbox/linux/BUILD.gn |
| @@ -434,3 +434,13 @@ |
| } |
| } |
| } |
| + |
| +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", |
| + ] |
| + } |
| +} |