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

Unified Diff: services/ui/view_manager/README.md

Issue 1415493003: mozart: Initial commit of the view manager. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 2 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 | « services/ui/view_manager/BUILD.gn ('k') | services/ui/view_manager/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/view_manager/README.md
diff --git a/services/ui/view_manager/README.md b/services/ui/view_manager/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..c9109a9dda9de300e96172970a35162764848172
--- /dev/null
+++ b/services/ui/view_manager/README.md
@@ -0,0 +1,10 @@
+# Mozart View Manager
+
+This directory contains an implementation of the ViewManager interface.
+It provides a composable view management system for used by other
+applications.
+
+It doesn't make sense to run this application stand-alone since it
+doesn't have any UI of its own to display. Instead, use the Mozart
+Launcher or some other application to launch and embed the UI of some
+other application using the view manager.
« no previous file with comments | « services/ui/view_manager/BUILD.gn ('k') | services/ui/view_manager/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698