summaryrefslogtreecommitdiffstats
path: root/mojo/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/BUILD.gn')
-rw-r--r--mojo/BUILD.gn9
1 files changed, 9 insertions, 0 deletions
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index c89d084..c040306 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -38,4 +38,13 @@ group("tests") {
"//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests",
"//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests",
]
+
+ # TODO: get these working on android.
+ if (!is_android && !is_component_build) {
+ deps += [
+ "//mojo/runner:apptests",
+ "//mojo/runner:mojo_runner_unittests",
+ "//mojo/shell:mojo_shell_unittests",
+ ]
+ }
}