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

Side by Side Diff: mash/unittests_manifest.json

Issue 1953893003: Add rudimentary shelf delegate mus unit test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add //mash/session data_dep. Created 4 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 | « mash/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "manifest_version": 1, 2 "manifest_version": 1,
3 "name": "exe:mash_unittests", 3 "name": "exe:mash_unittests",
4 "display_name": "Mash Unittests", 4 "display_name": "Mash Unittests",
5 "capabilities": { 5 "capabilities": {
6 "required": { 6 "required": {
7 "*": { "classes": [ "app" ] }, 7 "*": { "classes": [ "app" ] },
8 "mojo:ash_sysui": {
9 "interfaces": [ "mash::shelf::mojom::ShelfController" ]
10 },
8 "mojo:desktop_wm": { 11 "mojo:desktop_wm": {
9 "interfaces": [ 12 "interfaces": [
10 "mus::mojom::AcceleratorRegistrar", 13 "mus::mojom::AcceleratorRegistrar",
11 "mash::wm::mojom::UserWindowController" 14 "mash::wm::mojom::UserWindowController"
12 ] 15 ]
13 }, 16 },
14 "mojo:mus": { 17 "mojo:mus": {
15 "interfaces": [ "mus::mojom::WindowServerTest" ] 18 "interfaces": [ "mus::mojom::WindowServerTest" ]
16 } 19 }
17 } 20 }
18 } 21 }
19 } 22 }
OLDNEW
« no previous file with comments | « mash/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698