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

Unified Diff: mojo/tools/data/apptests

Issue 1130873002: Enable //services/files/c:apptests on Android now that we have the C++11 library. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 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/BUILD.gn ('k') | services/files/c/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 e5616bfac6605c5546ca09fe92533711ac3eab54..38ee89f505fdb3f76e02e07f67e3263da8e5d236 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -47,7 +47,7 @@ tests = [
"test": "mojo:http_server_apptests",
},
{
- "test": "mojo:network_service_apptests",
+ "test": "mojo:mojio_apptests",
},
{
"test": "mojo:mojo_view_manager_client_apptests",
@@ -59,6 +59,9 @@ tests = [
"shell-args": ["--args-for=mojo:native_viewport_service --use-headless-config --use-osmesa"],
},
{
+ "test": "mojo:network_service_apptests",
+ },
+ {
"test": "mojo:window_manager_apptests",
},
{
@@ -77,10 +80,6 @@ if config.target_os == config.OS_LINUX:
"--url-mappings=mojo:example_service=mojo:python_example_service"
],
},
- # TODO(vtl): See TODO in //services/files/c/BUILD.gn.
- {
- "test": "mojo:mojio_apptests",
- },
{
"test": "mojo:mojo_url_redirector_apptests",
"test-args": ["--redirector_port=49152",
« no previous file with comments | « mojo/BUILD.gn ('k') | services/files/c/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698