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

Unified Diff: ash/mus/standalone/manifest.json

Issue 2833093002: WIP: simplified display management in ash (Closed)
Patch Set: x Created 3 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 | « ash/mus/standalone/BUILD.gn ('k') | ash/mus/standalone/standalone_mash_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/standalone/manifest.json
diff --git a/ash/mus/standalone/manifest.json b/ash/mus/standalone/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..674c8fefe8216c691a6f00a552151daf5e635841
--- /dev/null
+++ b/ash/mus/standalone/manifest.json
@@ -0,0 +1,34 @@
+{
+ "name": "standalone_ash",
+ "display_name": "Standalone (testing) Ash Window Manager and Shell",
+ "interface_provider_specs": {
+ "service_manager:connector": {
+ "provides": {
+ // Modifications here should correspond with changes to
+ // chrome_content_browser_manifest_overlay.json.
+ "ash": [
+ "app_list::mojom::AppList",
+ "ash::mojom::AcceleratorController",
+ "ash::mojom::CastConfig",
+ "ash::mojom::LocaleNotificationController",
+ "ash::mojom::MediaController",
+ "ash::mojom::NewWindowController",
+ "ash::mojom::SessionController",
+ "ash::mojom::ShelfController",
+ "ash::mojom::ShutdownController",
+ "ash::mojom::SystemTray",
+ "ash::mojom::TouchViewManager",
+ "ash::mojom::VpnList",
+ "ash::mojom::WallpaperController"
+ ],
+ "mus:window_manager": [ "ui::mojom::AcceleratorRegistrar" ]
+ },
+ "requires": {
+ "*": [ "accessibility", "app" ],
+ "preferences_forwarder": [ "pref_client" ],
+ "ui": [ "display_test", "window_manager" ],
+ "touch_hud": [ "mash:launchable" ]
+ }
+ }
+ }
+}
« no previous file with comments | « ash/mus/standalone/BUILD.gn ('k') | ash/mus/standalone/standalone_mash_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698