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

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

Issue 862093002: Split the event library into a cross-platform and native part. Part 1. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT Created 5 years, 11 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 | « mojo/converters/input_events/input_events_type_converters.cc ('k') | ui/events/BUILD.gn » ('j') | 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 # This must be a valid python dictionary. 2 # This must be a valid python dictionary.
3 # TODO(vtl): Add a way of specifying data dependencies instead of cacheable. 3 # TODO(vtl): Add a way of specifying data dependencies instead of cacheable.
4 [ 4 [
5 # System tests: 5 # System tests:
6 { 6 {
7 "test": "mojo_system_unittests", 7 "test": "mojo_system_unittests",
8 "run_on_android": True, 8 "run_on_android": True,
9 }, 9 },
10 10
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "test": "view_manager_service_unittests", 45 "test": "view_manager_service_unittests",
46 }, 46 },
47 { 47 {
48 "test": "window_manager_unittests", 48 "test": "window_manager_unittests",
49 }, 49 },
50 50
51 # Tests for components we depend on: 51 # Tests for components we depend on:
52 { 52 {
53 "test": "gfx_unittests", 53 "test": "gfx_unittests",
54 }, 54 },
55 {
56 "test": "events_unittests",
57 },
55 58
56 # JavaScript tests: 59 # JavaScript tests:
57 { 60 {
58 "test": "js_unittests", 61 "test": "js_unittests",
59 "cacheable": False, 62 "cacheable": False,
60 }, 63 },
61 { 64 {
62 "test": "js_integration_tests", 65 "test": "js_integration_tests",
63 "cacheable": False, 66 "cacheable": False,
64 }, 67 },
65 { 68 {
66 "test": "js_services_unittests", 69 "test": "js_services_unittests",
67 "cacheable": False, 70 "cacheable": False,
68 }, 71 },
69 72
70 # Shell integration tests: 73 # Shell integration tests:
71 { 74 {
72 "test": "mojo_shell_tests", 75 "test": "mojo_shell_tests",
73 "cacheable": False, 76 "cacheable": False,
74 "run_on_android": True, 77 "run_on_android": True,
75 }, 78 },
76 ] 79 ]
OLDNEW
« no previous file with comments | « mojo/converters/input_events/input_events_type_converters.cc ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698