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

Side by Side Diff: tools/gardening/pubspec.yaml

Issue 3005443002: Additional tools for gardening. (Closed)
Patch Set: Added changes from johnniwinther Created 3 years, 3 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
« no previous file with comments | « tools/gardening/lib/src/try.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This pubspec is currently mainly used to make it easier to develop on the 1 # This pubspec is currently mainly used to make it easier to develop on the
2 # gardening by making it a package. 2 # gardening by making it a package.
3 name: gardening 3 name: gardening
4 #version: do-not-upload 4 #version: do-not-upload
5 dependencies: 5 dependencies:
6 args: 6 args:
7 html:
8 http:
9 path:
7 expect: 10 expect:
8 path: ../../pkg/expect/ 11 path: ../../pkg/expect/
9 testing: 12 testing:
10 path: ../../pkg/testing/ 13 path: ../../pkg/testing/
OLDNEW
« no previous file with comments | « tools/gardening/lib/src/try.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698