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

Side by Side Diff: services/ui/ws/test_manifest.json

Issue 2903423003: Move ui_services_unittests into service_unittest. (Closed)
Patch Set: Oh, x11 chromeos is still a thing. Created 3 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "ui_service_unittests_app", 2 "name": "ui_service_unittests",
3 "display_name": "Mus Window Server Unittests", 3 "display_name": "Mus Window Server Unittests",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
7 "ui:window_tree_client": [ 7 "ui:window_tree_client": [
8 "ui::mojom::WindowTreeClient" 8 "ui::mojom::WindowTreeClient"
9 ] 9 ]
10 }, 10 },
11 "requires": { 11 "requires": {
12 "*": [ "app" ], 12 "*": [ "app" ],
13 "ui_service_unittests_app": [ "ui:window_tree_client" ], 13 "ui_service_unittests": [ "ui:window_tree_client" ],
14 "ui": [ 14 "ui": [
15 "window_manager", 15 "window_manager",
16 "window_tree_host_factory" 16 "window_tree_host_factory"
17 ] 17 ]
18 } 18 }
19 } 19 }
20 } 20 }
21 } 21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698