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

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: and not is_mac 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
« no previous file with comments | « services/ui/ws/test_manifest.json ('k') | services/ui/ws/window_server_service_test_base.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « services/ui/ws/test_manifest.json ('k') | services/ui/ws/window_server_service_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698