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

Unified Diff: mojo/public/c/README.md

Issue 1765243002: Remove Mojo bindings environment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/BUILD.gn ('k') | mojo/public/c/environment/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/README.md
diff --git a/mojo/public/c/README.md b/mojo/public/c/README.md
index 8e11545deb08bc11d964da4ad54bc22f33ec397c..c02dac625b2ddf0d542ff6a1f7103efbe1f29587 100644
--- a/mojo/public/c/README.md
+++ b/mojo/public/c/README.md
@@ -3,18 +3,11 @@ Mojo Public C API
This directory contains C language bindings for the Mojo Public API.
-Environment
------------
-
-The environment/ subdirectory defines some common things that, while not part of
-the system API, may be required for GLES2 (for example). These are things that a
-Mojo application may be required to provide to the GLES2 (for example) library
-in order to use it. (However, the Mojo application may implement these things as
-it sees fit.)
-
GLES2
-----
+TODO(yzshen): move GLES2 to where it belongs (likely components/mus).
+
The gles2/ subdirectory defines the GLES2 C API that's available to Mojo
applications. To use GLES2, Mojo applications must link against a dynamic
library (the exact mechanism being platform-dependent) and use the header files
« no previous file with comments | « mojo/public/BUILD.gn ('k') | mojo/public/c/environment/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698