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

Unified Diff: mojo/public/dart/mojom/README.md

Issue 1441033002: Move mojo and mojom from mojo/public/dart to mojo/dart/packages (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/dart/mojom/CHANGELOG.md ('k') | mojo/public/dart/mojom/bin/mojom.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/dart/mojom/README.md
diff --git a/mojo/public/dart/mojom/README.md b/mojo/public/dart/mojom/README.md
deleted file mode 100644
index eb63e4e0d2a788aa25f65ecfa476622bf42939bb..0000000000000000000000000000000000000000
--- a/mojo/public/dart/mojom/README.md
+++ /dev/null
@@ -1,41 +0,0 @@
-mojom
-====
-
-This package is a placeholder for generated mojom bindings. It contains a script
-lib/generate.dart.
-
-This script generates Mojo bindings for a Dart package. Dart packages will be
-populated according to the DartPackage annotations in .mojom files. Any .mojom
-files that don't have an annotation will have their bindings generated into a
-local copy of the 'mojom' package. Annotations specifying the host package will
-cause generation into the host package's lib/ directory. For every other
-DartPackage annotation, the bindings will be generated into the named package,
-either into the global package cache if a package of that name has already been
-fetched, or into a local directory created under the current package's packages/
-directory.
-
-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>
-```
-
-Full options:
-
-```
-$ dart packages/mojom/generate.dart [-p package-root]
- [-a additional-dirs]
- [-m mojo-sdk]
- [-g] # Generate from .mojom files
- [-d] # Download from .mojoms files
- [-i] # Ignore duplicates
- [-v] # verbose
- [-f] # Fake (dry) run
-```
« no previous file with comments | « mojo/public/dart/mojom/CHANGELOG.md ('k') | mojo/public/dart/mojom/bin/mojom.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698