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

Side by Side Diff: mojo/public/README.md

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 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 unified diff | Download patch
« no previous file with comments | « mojo/public/LICENSE ('k') | mojo/public/c/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Mojo Public API 1 Mojo Public API
2 =============== 2 ===============
3 3
4 The Mojo Public API is a binary stable API to the Mojo system. 4 The Mojo Public API is a binary stable API to the Mojo system.
5 5
6 It consists of support for a number of programming languages (with a directory 6 It consists of support for a number of programming languages (with a directory
7 for each support language), some "build" tools and build-time requirements, and 7 for each support language), some "build" tools and build-time requirements, and
8 interface definitions for Mojo services (specified using an IDL). 8 interface definitions for Mojo services (specified using an IDL).
9 9
10 Note that there are various subdirectories named tests/. These contain tests of 10 Note that there are various subdirectories named tests/. These contain tests of
(...skipping 23 matching lines...) Expand all
34 libraries) that may be needed to produce a Mojo application for certain 34 libraries) that may be needed to produce a Mojo application for certain
35 platforms, such as a native shared library or as a NaCl binary. 35 platforms, such as a native shared library or as a NaCl binary.
36 36
37 Tools 37 Tools
38 ----- 38 -----
39 39
40 The tools/ subdirectory contains tools that are useful/necessary at 40 The tools/ subdirectory contains tools that are useful/necessary at
41 build/deployment time. These tools may be needed (as a practical necessity) to 41 build/deployment time. These tools may be needed (as a practical necessity) to
42 use the API in any given language, e.g., to generate bindings from Mojo IDL 42 use the API in any given language, e.g., to generate bindings from Mojo IDL
43 files. 43 files.
OLDNEW
« no previous file with comments | « mojo/public/LICENSE ('k') | mojo/public/c/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698