Chromium Code Reviews| OLD | NEW |
|---|---|
| (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. | |
| OLD | NEW |