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

Unified Diff: services/ui/manifest.json

Issue 2528983002: Makes ui:window_manager include most client interfaces (Closed)
Patch Set: Created 4 years, 1 month 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 | services/ui/test_wm/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/manifest.json
diff --git a/services/ui/manifest.json b/services/ui/manifest.json
index 01aa4437ce6c26c8566d6a0b9a65ef232fad5b7f..dd579d3dcf951f4facc36140b61ff6836e63405b 100644
--- a/services/ui/manifest.json
+++ b/services/ui/manifest.json
@@ -6,6 +6,8 @@
"provides": {
// A collection of interfaces needed by a generic client of mus.
// Additional interfaces may be requested a-la-carte.
+ // NOTE: when adding a new interface chances are you will want to add it
+ // to ui:window_manager as well.
sadrul 2016/11/25 18:42:09 It'd be nice if manifest could have some way to av
sky 2016/11/28 15:53:36 Agreed. I filed 669068.
"app": [
"ui::mojom::Clipboard",
"ui::mojom::DisplayCompositor",
@@ -37,6 +39,13 @@
"display::mojom::DisplayController",
"display::mojom::TestDisplayController",
"ui::mojom::AccessibilityManager",
+ "ui::mojom::Clipboard",
+ "ui::mojom::DisplayCompositor",
+ "ui::mojom::DisplayManager",
+ "ui::mojom::Gpu",
+ "ui::mojom::GpuService",
+ "ui::mojom::IMEServer",
+ "ui::mojom::InputDeviceServer",
"ui::mojom::WindowManagerWindowTreeFactory"
],
"ui:window_tree_host_factory": [
« no previous file with comments | « no previous file | services/ui/test_wm/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698