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

Side by Side Diff: examples/native_run_app/README.md

Issue 1390883006: Add/update some README.md's. (Closed) Base URL: https://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 unified diff | Download patch
« no previous file with comments | « examples/moterm_example_app/README.md ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Native run example application
2
3 `native_run_app` is a terminal client application (i.e., one providing the
4 `mojo.terminal.TerminalClient` service) that allows native (Linux) applications
5 to be run inside a Mojo ([Moterm](../../apps/moterm)) terminal. It does this by
6 using the `native_support` service, which provides facilities to
7 (programmatically) run native applications.
8
9 See [//examples/moterm_example_app](../moterm_example_app) for an example of how
10 it may be used.
11
12 ## See also
13
14 * [//apps/moterm](../../apps/moterm)
15 * [//services/native_support](../../services/native_support)
OLDNEW
« no previous file with comments | « examples/moterm_example_app/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698