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

Side by Side Diff: mojo/dart/packages/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 unified diff | Download patch
« no previous file with comments | « mojo/dart/packages/mojom/CHANGELOG.md ('k') | mojo/dart/packages/mojom/bin/mojom.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 mojom 1 mojom
2 ==== 2 ====
3 3
4 This package is a placeholder for generated mojom bindings. It contains a script 4 This package is a placeholder for generated mojom bindings. It contains a script
5 lib/generate.dart. 5 lib/generate.dart.
6 6
7 This script generates Mojo bindings for a Dart package. Dart packages will be 7 This script generates Mojo bindings for a Dart package. Dart packages will be
8 populated according to the DartPackage annotations in .mojom files. Any .mojom 8 populated according to the DartPackage annotations in .mojom files. Any .mojom
9 files that don't have an annotation will have their bindings generated into a 9 files that don't have an annotation will have their bindings generated into a
10 local copy of the 'mojom' package. Annotations specifying the host package will 10 local copy of the 'mojom' package. Annotations specifying the host package will
(...skipping 21 matching lines...) Expand all
32 ``` 32 ```
33 $ dart packages/mojom/generate.dart [-p package-root] 33 $ dart packages/mojom/generate.dart [-p package-root]
34 [-a additional-dirs] 34 [-a additional-dirs]
35 [-m mojo-sdk] 35 [-m mojo-sdk]
36 [-g] # Generate from .mojom files 36 [-g] # Generate from .mojom files
37 [-d] # Download from .mojoms files 37 [-d] # Download from .mojoms files
38 [-i] # Ignore duplicates 38 [-i] # Ignore duplicates
39 [-v] # verbose 39 [-v] # verbose
40 [-f] # Fake (dry) run 40 [-f] # Fake (dry) run
41 ``` 41 ```
OLDNEW
« no previous file with comments | « mojo/dart/packages/mojom/CHANGELOG.md ('k') | mojo/dart/packages/mojom/bin/mojom.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698