Chromium Code Reviews| 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' |