Index: samples/third_party/dromaeo/pubspec.yaml |
diff --git a/samples/third_party/dromaeo/pubspec.yaml b/samples/third_party/dromaeo/pubspec.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..bdf46ce30dffc8f3e987aaaa15f966c7c106c811 |
--- /dev/null |
+++ b/samples/third_party/dromaeo/pubspec.yaml |
@@ -0,0 +1,18 @@ |
+name: dromaeo |
+version: 0.00.1-dev |
+authors: ["Dart Team <misc@dartlang.org>"] |
+homepage: http://www.dartlang.org |
+description: > |
+ Dromaeo test suite, written in Dart. |
+dependencies: |
+ browser_controller: # TODO(efortuna): This is under development. Remove "path". |
+ path: ../../../../../github/browser_controller |
vsm
2014/03/13 22:02:21
Is this a path in the repo?
Emily Fortuna
2014/03/13 22:43:07
Fixed to point to the location on pub.
|
+ barback: any |
+ browser: any |
+environment: |
+ sdk: any |
+transformers: |
+- dromaeo |
+- $dart2js: |
+ checked: false |
+ minify: true #TODO: How do you minify for Dart, too? The docs say you indent two spaces less... |