Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(388)

Unified Diff: mojo/BUILD.gn

Issue 728783003: Add infrastructure to run tests on android. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Do not introduce IsInitialzed() Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/edk/embedder/test_embedder.h » ('j') | mojo/edk/embedder/test_embedder.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index a15baafb3d77f756dd204db9017582bbe0c06a90..97c8e6b201b709ed850f5fb2e617e6655fc683d6 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -93,6 +93,12 @@ group("tests") {
]
}
+ if (is_android) {
+ deps += [
+ "//mojo/edk/system:mojo_system_unittests_apk",
+ ]
+ }
+
if (use_aura) {
deps += [
"//mojo/services/public/cpp/view_manager/tests:mojo_view_manager_lib_unittests",
« no previous file with comments | « no previous file | mojo/edk/embedder/test_embedder.h » ('j') | mojo/edk/embedder/test_embedder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698