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

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
« no previous file with comments | « mojo/public/java/system/src/org/chromium/mojo/system/RunLoop.java ('k') | services/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/data/apptests
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
index a42992f9eb07b1194008e39c346c94f7d60563c7..7a085a5ba43d0c5f36409207f48c266b643c0385 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -44,6 +44,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 += [
{
« no previous file with comments | « mojo/public/java/system/src/org/chromium/mojo/system/RunLoop.java ('k') | services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698