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

Side by Side Diff: mojo/public/dart/third_party/barback/example/lazy_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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 name: lazy_transformer
2 description: This example implements a very simple lazy transformer
3 which implements a ROT13 converter. ROT13 (ROTate by 13 spaces) is
4 a classic substitution cipher where each letter is replaced by
5 the letter 13 places later in the alphabet.
6
7 dependencies:
8 barback: ">=0.14.1 <0.16.0"
9
10 transformers:
11 - lazy_transformer
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698