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

Side by Side Diff: packages/barback/example/simple_transformer/pubspec.yaml

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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
(Empty)
1 name: simple_transformer
2 description: This hello world example implements a simple
3 transformer that inserts a copyright string into
4 an input asset - a file that ends with ".txt".
5
6 dependencies:
7 barback: ">=0.14.1 <0.16.0"
8
9 # Override the barback dependency so this example always uses the version
10 # of barback it's bundled with.
11 dependency_overrides:
12 barback: {path: ../..}
13
14 transformers:
15 - simple_transformer
OLDNEW
« no previous file with comments | « packages/barback/example/simple_transformer/lib/transformer.dart ('k') | packages/barback/lib/barback.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698