Index: mojo/public/cpp/README.md |
diff --git a/mojo/public/cpp/README.md b/mojo/public/cpp/README.md |
index 4404c24ff66ff67f6d171e127b2a07b96ee3f9fa..fbbf86cf01dae404f04f4348d38aa13f5640db76 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 |