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

Unified Diff: mojo/public/platform/dart/README.md

Issue 1417523003: Move implementation of dart:mojo.internal to mojo/public/platform/dart (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 2 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
Index: mojo/public/platform/dart/README.md
diff --git a/mojo/public/platform/dart/README.md b/mojo/public/platform/dart/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..894ba9c3fe6e38904e74b328828307d1660a1b2b
--- /dev/null
+++ b/mojo/public/platform/dart/README.md
@@ -0,0 +1,11 @@
+Dart Embedding Support
+======================
+
+This directory contains the implementation of the native methods used by
+the 'dart:mojo.internal' library.
+
+NOTE: The contents of this directory should only be used if you are implementing
+a custom content handler that runs dart code that expects 'dart:mojo.internal'.
+
+NOTE: The build rules are written in such a way that the Dart SDK is checked out
+under //dart.

Powered by Google App Engine
This is Rietveld 408576698