tree: 90e7d84261c778d6f281c267548fd43e739d5fe9 [path history] [tgz]
  1. lib/
  2. BUILD.gn
  3. CHANGELOG.md
  4. pubspec.lock
  5. pubspec.yaml
  6. README.md
mojo/dart/mojom/README.md

mojom

This package is a placeholder for generated mojom bindings.

Generated Mojo bindings in other pub packages should be installed into this package by saying the following after pub get:

$ dart -p packages packages/mojom/generate.dart

If desired, additional directories holding .mojom.dart files can be specified; their contents will be installed to this package as well:

$ dart -p packages packages/mojom/generate.dart -a </path/to/mojom/dir>