tree: 337d353ef349f1cf2d502eb0afbd0638d580b099 [path history] [tgz]
  1. BUILD.gn
  2. dart_handle_watcher.cc
  3. dart_handle_watcher.h
  4. mojo_natives.cc
  5. mojo_natives.h
  6. README.md
platform/dart/README.md

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.

NOTE: The sources in this directory indirectly coupled to the revision of the Dart SDK checked out under //dart. You must ensure that you are using the same revision.