Chromium Code Reviews

Side by Side Diff: mojo/public/dart/third_party/barback/example/simple_transformer/pubspec.yaml

Issue 1346773002: Stop running pub get at gclient sync time and fix build bugs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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

Powered by Google App Engine