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

Side by Side Diff: mojo/public/c/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/README.md ('k') | mojo/public/c/environment/BUILD.gn » ('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 C API 1 Mojo Public C API
2 ================= 2 =================
3 3
4 This directory contains C language bindings for the Mojo Public API. 4 This directory contains C language bindings for the Mojo Public API.
5 5
6 Environment 6 Environment
7 ----------- 7 -----------
8 8
9 The environment/ subdirectory defines some common things that, while not part of 9 The environment/ subdirectory defines some common things that, while not part of
10 the system API, may be required for GLES2 (for example). These are things that a 10 the system API, may be required for GLES2 (for example). These are things that a
(...skipping 25 matching lines...) Expand all
36 Though the message protocol is stable, the implementation of the transport is 36 Though the message protocol is stable, the implementation of the transport is
37 not, and access to the IPC mechanisms must be via the primitives defined in this 37 not, and access to the IPC mechanisms must be via the primitives defined in this
38 directory. 38 directory.
39 39
40 Test Support 40 Test Support
41 ------------ 41 ------------
42 42
43 This directory contains a C API for running tests. This API is only available 43 This directory contains a C API for running tests. This API is only available
44 under special, specific test conditions. It is not meant for general use by Mojo 44 under special, specific test conditions. It is not meant for general use by Mojo
45 applications. 45 applications.
OLDNEW
« no previous file with comments | « mojo/public/README.md ('k') | mojo/public/c/environment/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698