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

Side by Side 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, 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 unified diff | Download patch
« no previous file with comments | « mojo/public/platform/dart/BUILD.gn ('k') | mojo/public/platform/dart/mojo_natives.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Dart Embedding Support
2 ======================
3
4 This directory contains the implementation of the native methods used by
5 the 'dart:mojo.internal' library.
6
7 NOTE: The contents of this directory should only be used if you are implementing
8 a custom content handler that runs dart code that expects 'dart:mojo.internal'.
9
10 NOTE: The build rules are written in such a way that the Dart SDK is checked out
11 under //dart.
12
13 NOTE: The sources in this directory indirectly coupled to the revision of the
14 Dart SDK checked out under //dart. You must ensure that you are using the
15 same revision.
OLDNEW
« no previous file with comments | « mojo/public/platform/dart/BUILD.gn ('k') | mojo/public/platform/dart/mojo_natives.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698