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

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

Issue 2999043003: Use package:testing for tools/gardening (Closed)
Patch Set: Created 3 years, 4 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
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 expect: 7 expect:
8 path: ../../pkg/expect/ 8 path: ../../pkg/expect/
9 testing:
10 path: ../../pkg/testing/
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698