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

Unified Diff: ash/mus/manifest.json

Issue 1910043002: Provide capability classes from Mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/mus/demo/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/manifest.json
diff --git a/ash/mus/manifest.json b/ash/mus/manifest.json
index 843f41a96c6e519acd3211090197c230df9369bf..f394830f4afa45f241095ae469a03ac798be3227 100644
--- a/ash/mus/manifest.json
+++ b/ash/mus/manifest.json
@@ -1,5 +1,11 @@
{
+ "manifest_version": 1,
"name": "mojo:ash_sysui",
"display_name": "System UI",
- "capabilities": { "*": [ "*" ] }
+ "capabilities": {
+ "required": {
+ "*": { "interfaces": ["*"] },
+ "mojo:mus": { "classes": [ "mus:core" ] }
+ }
+ }
}
« no previous file with comments | « no previous file | components/mus/demo/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698