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

Unified Diff: mojo/tools/data/apptests

Issue 1345783002: Updates mojo:view_manager -> mojo:mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/runner/android/main.cc ('k') | no next file » | 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 bf094d7c45a77cc127b03b26e21f0e117f2f17e8..24c18b591db6ea807b72b53497bc7305ac2c83b8 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -21,12 +21,12 @@
#
# TODO(vtl|msw): Add a way of specifying data dependencies.
-view_manager_apptests = { 'test': 'mojo:view_manager_apptests' }
+mus_apptests = { 'test': 'mojo:mus_apptests' }
# osmesa is not used on android, so no flags are needed for
-# view_manager_apptests.
+# mus_apptests.
if config.target_os != config.OS_ANDROID:
- view_manager_apptests['args'] = [ '--use-x11-test-config',
- '--override-use-gl-with-osmesa-for-tests' ]
+ mus_apptests['args'] = [ '--use-x11-test-config',
+ '--override-use-gl-with-osmesa-for-tests' ]
tests = [
{
@@ -46,7 +46,7 @@ tests = [
# 'test': 'mojo:runner_apptests',
# 'type': 'gtest_isolated',
#},
- view_manager_apptests,
+ mus_apptests,
]
# TODO(msw): Get these tests passing on Android too. http://crbug.com/486220
« no previous file with comments | « mojo/runner/android/main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698