Chromium Code Reviews| 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. |
|
jamesr
2015/10/28 22:17:11
we should provide some guidance about which dart S
Cutch
2015/10/28 22:32:09
Done.
|