commit | c2e1626c14925e15f2b536ac74234bae805385e1 | [log] [tgz] |
---|---|---|
author | Viet-Trung Luu <viettrungluu@chromium.org> | Tue Aug 16 16:50:44 2016 |
committer | Viet-Trung Luu <viettrungluu@chromium.org> | Tue Aug 16 16:50:44 2016 |
tree | 56070a7a761db4087f58531c818f674c8be6fa47 | |
parent | 835d3795c673be90fd9e0139161ff344a5f5033d [diff] |
Fix bad #endif comment. TBR=vardhan@google.com Review URL: https://codereview.chromium.org/2247363002 . Cr-Mirrored-From: https://github.com/domokit/mojo Cr-Mirrored-Commit: 6fda50b7f77dfdd62806c25b62b5000177c10f7e
The Mojo Public API is a binary stable API to the Mojo system.
It consists of support for a number of programming languages (with a directory for each support language), some “build” tools and build-time requirements, and interface definitions for Mojo services (specified using an IDL).
Note that there are various subdirectories named tests/. These contain tests of the code in the enclosing directory, and are not meant for use by Mojo applications.
The c/, cpp/, js/ subdirectories define the API for C, C++, and JavaScript, respectively.
The basic principle for these directories is that they consist of the source files that one needs at build/deployment/run time (as appropriate for the language), organized in a natural way for the particular language.
The interfaces/ subdirectory contains Mojo IDL (a.k.a. .mojom) descriptions of standard Mojo services.
The platform/ subdirectory contains any build-time requirements (e.g., static libraries) that may be needed to produce a Mojo application for certain platforms, such as a native shared library or as a NaCl binary.
The tools/ subdirectory contains tools that are useful/necessary at build/deployment time. These tools may be needed (as a practical necessity) to use the API in any given language, e.g., to generate bindings from Mojo IDL files.