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

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

Issue 2438193003: Migrate WindowServerTestBase to be a WM client. (Closed)
Patch Set: Created 4 years, 1 month 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": "service:mus_ws_unittests_app", 2 "name": "service:mus_ws_unittests_app",
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 "service:mus_ws_unittests_app": [ "ui:window_tree_client" ], 13 "service:mus_ws_unittests_app": [ "ui:window_tree_client" ],
14 "service:ui": [ "ui:window_tree_host_factory" ] 14 "service:ui": [
15 "ui:window_tree_host_factory",
16 "ui:window_manager"
17 ]
15 } 18 }
16 } 19 }
17 } 20 }
18 } 21 }
OLDNEW
« no previous file with comments | « services/ui/public/cpp/tests/window_server_test_base.cc ('k') | services/ui/ws/user_display_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698