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

Unified Diff: mojo/dart/mojom/pubspec.yaml

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/pubspec.yaml
diff --git a/mojo/dart/mojom/pubspec.yaml b/mojo/dart/mojom/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..98a4cf223fb6d17f185d2f13847e96b399411ab8
--- /dev/null
+++ b/mojo/dart/mojom/pubspec.yaml
@@ -0,0 +1,10 @@
+name: mojom
+version: 0.0.1
+author: Dart Team <misc@dartlang.org>
Ivan Posva 2015/05/07 04:09:57 Didn't you want to switch this to "Chromium Author
blundell 2015/05/07 13:07:10 whoops, missed this file. Done.
+description: Placeholder for mojom bindings.
+homepage: https://www.dartlang.org
Ivan Posva 2015/05/07 04:09:57 You probably want to change this accordingly. For
blundell 2015/05/07 13:07:10 Done.
+dependencies:
+ path: '>=1.3.5 <2.0.0'
+ args: '>=0.13.0 <1.0.0'
+environment:
+ sdk: '>=1.9.0 <2.0.0'

Powered by Google App Engine
This is Rietveld 408576698