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

Unified Diff: mash/wm/manifest.json

Issue 2511233002: Add the beginning of a simple window manager that we'll support on Windows. (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 | « mash/wm/main.cc ('k') | mash/wm/wm.h » ('j') | mash/wm/wm.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/manifest.json
diff --git a/mash/wm/manifest.json b/mash/wm/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..376c703cccc5a3c64b1d68ac3dea711bfd31d4fe
--- /dev/null
+++ b/mash/wm/manifest.json
@@ -0,0 +1,11 @@
+{
+ "name": "wm",
+ "display_name": "Window Manager",
+ "interface_provider_specs": {
+ "service_manager:connector": {
+ "requires": {
+ "ui": [ "ui:window_manager" ]
+ }
+ }
+ }
+}
« no previous file with comments | « mash/wm/main.cc ('k') | mash/wm/wm.h » ('j') | mash/wm/wm.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698