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

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

Issue 1106383006: Dart: Adds mojom pub package. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Add arg to generate.dart, update metadata Created 5 years, 7 months 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
Index: mojo/dart/mojom/README.md
diff --git a/mojo/dart/mojom/README.md b/mojo/dart/mojom/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..524ec999260b0dffec2d632dc2e1b533602a800f
--- /dev/null
+++ b/mojo/dart/mojom/README.md
@@ -0,0 +1,17 @@
+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`:
+
+```
+$ pub run mojom:generate
+```
+If desired, additional directories holding .mojom.dart files can be specified;
+their contents will be installed to this package as well:
+
+```
+$ pub run mojom:generate -a <path/to/mojom/dir>
Ivan Posva 2015/05/07 04:09:57 How about </path/to/mojom/dir> to signal that you
blundell 2015/05/07 13:07:10 Done.
+```

Powered by Google App Engine
This is Rietveld 408576698