summaryrefslogtreecommitdiffstats
path: root/mojo/public/cpp/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/cpp/README.md')
-rw-r--r--mojo/public/cpp/README.md27
1 files changed, 2 insertions, 25 deletions
diff --git a/mojo/public/cpp/README.md b/mojo/public/cpp/README.md
index 4404c24..fbbf86c 100644
--- a/mojo/public/cpp/README.md
+++ b/mojo/public/cpp/README.md
@@ -23,31 +23,6 @@ code generated by the bindings generator tool (in mojo/public/tools/bindings/),
which translates Mojo IDL (.mojom) files into idiomatic C++ (among other
languages).
-This library depends on the Environment library.
-
-Environment
------------
-
-The environment/ subdirectory contains a support (static) library that
-represents shared state needed to support the Bindings and GLES2 libraries.
-
-This library depends on the Utility library.
-
-
-GLES2
------
-
-The gles2/ subdirectory contains C++ wrappers (and some additional helpers) of
-the API defined in mojo/public/c/gles2/ (which provides access to GLES2).
-
-These wrappers depend on the Environment library.
-
-Shell
------
-
-The shell/ subdirectory contains a support (static) library that aids in writing
-Mojo applications and interacting with the Shell service.
-
System
------
@@ -65,6 +40,8 @@ applications.
Utility
-------
+TODO(yzshen): remove.
+
The utility/ subdirectory contains a support (static) library that provides
various basic functionality. Most notably, it provides an implementation of a
RunLoop based on MojoWaitMany() that applications may use as the basis for