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

Unified Diff: components/mus/manifest.json

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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 | « components/mus/main.cc ('k') | components/mus/mus_app.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/manifest.json
diff --git a/components/mus/manifest.json b/components/mus/manifest.json
deleted file mode 100644
index 1969bec66e7dea746d96091009939fccc0b87d02..0000000000000000000000000000000000000000
--- a/components/mus/manifest.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "manifest_version": 1,
- "name": "mojo:mus",
- "display_name": "UI Service",
- "capabilities": {
- "provided": {
- // A collection of interfaces needed by a generic client of mus.
- // Additional interfaces may be requested a-la-carte.
- "app": [
- "mus::mojom::Clipboard",
- "mus::mojom::DisplayManager",
- "mus::mojom::Gpu",
- "mus::mojom::GpuService",
- "mus::mojom::InputDeviceServer",
- "mus::mojom::WindowTreeFactory"
- ],
- "test": [
- "mus::mojom::WindowServerTest"
- ]
- },
- "required": {
- "*": { "classes": [ "app" ] },
- "mojo:shell": { "classes": [ "shell:all_users", "shell:explicit_class" ] }
- }
- }
-}
« no previous file with comments | « components/mus/main.cc ('k') | components/mus/mus_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698