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

Unified Diff: mojo/edk/README.md

Issue 1462083003: Add //mojo/edk/platform and move platform_task_runners.h there. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: update readme 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/edk/base_edk/BUILD.gn » ('j') | mojo/edk/system/ipc_support.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/README.md
diff --git a/mojo/edk/README.md b/mojo/edk/README.md
index 9c5f4a103926e08f4ce2ba3aefe65160eb1f10ae..fc04aa489dae5ed3ae717e1ffc6e7b5b1d546036 100644
--- a/mojo/edk/README.md
+++ b/mojo/edk/README.md
@@ -26,6 +26,10 @@ level) and will evolve over time.
the public API available to embedders. (The .cc files are private and mostly
serve to bridge between the public API and the private API in
[system](system).)
+* [//mojo/edk/platform](platform): This contains platform abstractions and
+ declarations of embedder-dependent things. Some of these must be provided by
+ the embedder, either by implementing an interface or by implementing a class
+ outright.
* [//mojo/edk/system](system): This contains the bulk of the actual
implementation, and is entirely private.
* [//mojo/edk/system/test](system/test): This contains private test helpers used
« no previous file with comments | « no previous file | mojo/edk/base_edk/BUILD.gn » ('j') | mojo/edk/system/ipc_support.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698