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

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

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

Powered by Google App Engine
This is Rietveld 408576698