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

Side by Side Diff: mojo/tools/data/unittests

Issue 637953009: [Mojo] Remove mojo_view_manager_unittests from mojob (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file contains a list of Mojo gtest unit tests. 1 # This file contains a list of Mojo gtest unit tests.
2 # Prepend * to indicate that results shouldn't be cached (e.g., if the test has 2 # Prepend * to indicate that results shouldn't be cached (e.g., if the test has
3 # other data dependencies). 3 # other data dependencies).
4 # TODO(vtl): Add a way of specifying data dependencies instead. 4 # TODO(vtl): Add a way of specifying data dependencies instead.
5 5
6 # System tests: 6 # System tests:
7 mojo_system_unittests 7 mojo_system_unittests
8 8
9 # Public tests: 9 # Public tests:
10 *mojo_public_bindings_unittests 10 *mojo_public_bindings_unittests
11 mojo_public_environment_unittests 11 mojo_public_environment_unittests
12 mojo_public_system_unittests 12 mojo_public_system_unittests
13 mojo_public_utility_unittests 13 mojo_public_utility_unittests
14 14
15 # Non-system, non-public tests: 15 # Non-system, non-public tests:
16 mojo_application_manager_unittests 16 mojo_application_manager_unittests
17 mojo_common_unittests 17 mojo_common_unittests
18 mojo_view_manager_lib_unittests 18 mojo_view_manager_lib_unittests
19 mojo_view_manager_unittests
viettrungluu 2014/10/20 19:20:55 Maybe you should comment it out to disable with a
abarth-chromium 2014/10/20 19:36:11 Done.
20 mojo_surfaces_lib_unittests 19 mojo_surfaces_lib_unittests
21 20
22 # JavaScript tests: 21 # JavaScript tests:
23 *mojo_apps_js_unittests 22 *mojo_apps_js_unittests
24 *mojo_js_unittests 23 *mojo_js_unittests
25 24
26 # Shell integration tests: 25 # Shell integration tests:
27 *mojo_shell_tests 26 *mojo_shell_tests
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698