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

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: Cleanup Created 5 years, 8 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
« no previous file with comments | « mojo/dart/mojom/PATENTS ('k') | mojo/dart/mojom/bin/generate.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..f30000f77411ed721d848c811d547b30c76dd049
--- /dev/null
+++ b/mojo/dart/mojom/README.md
@@ -0,0 +1,11 @@
+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:init -p `pwd`/packages
Ivan Posva 2015/05/04 21:49:12 You probably want to also rename the file to be in
blundell 2015/05/05 15:13:13 Per offline discussion: - Updated this comment to
+```
« no previous file with comments | « mojo/dart/mojom/PATENTS ('k') | mojo/dart/mojom/bin/generate.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698