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

Side by Side Diff: samples/third_party/dromaeo/pubspec.yaml

Issue 199003005: Package-ify Dromaeo and browser controller functionality (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 name: dromaeo
2 version: 0.00.1-dev
3 authors: ["Dart Team <misc@dartlang.org>"]
4 homepage: http://www.dartlang.org
5 description: >
6 Dromaeo test suite, written in Dart.
7 dependencies:
8 browser_controller: # TODO(efortuna): This is under development. Remove "path" .
9 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.
10 barback: any
11 browser: any
12 environment:
13 sdk: any
14 transformers:
15 - dromaeo
16 - $dart2js:
17 checked: false
18 minify: true #TODO: How do you minify for Dart, too? The docs say you indent two spaces less...
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698