Chromium Code Reviews| Index: mojo/BUILD.gn |
| diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn |
| index 8a27a71e32d07c8d669e91e593a4fe42c1dae375..34bf4e4d812323556d0b5b5d95254140dff571cb 100644 |
| --- a/mojo/BUILD.gn |
| +++ b/mojo/BUILD.gn |
| @@ -39,8 +39,7 @@ group("tests") { |
| "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests", |
| ] |
| - # TODO: get these working on android. |
| - if (!is_android && !is_component_build) { |
| + if (!is_component_build) { |
| deps += [ |
| "//mojo/runner:apptests", |
| "//mojo/runner:tests", |