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

Unified Diff: mojo/tools/data/apptests

Issue 898853006: Java content handler for Android. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months 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
Index: mojo/tools/data/apptests
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
index e89cd3b9c8232a3994d8ad3693cdbee3df5b8b2b..e179585aaabf76fbd6face236373524dbb5e7f2f 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -37,6 +37,18 @@ if config.target_os == config.OS_LINUX:
},
]
+if config.target_os == config.OS_ANDROID:
+ tests += [
+ {
+ "test": "mojo:example_apptests",
+ # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg.
+ "test-args": ["--example_apptest_arg"],
+ "shell-args": [
+ "--url-mappings=mojo:example_service=mojo:android_example_service"
+ ],
+ },
+ ]
+
if config.target_os != config.OS_ANDROID:
tests += [
{

Powered by Google App Engine
This is Rietveld 408576698