Chromium Code Reviews

Unified 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.
Jump to:
View side-by-side diff with in-line comments
Index: mojo/public/dart/third_party/barback/example/lazy_transformer/pubspec.yaml
diff --git a/mojo/public/dart/third_party/barback/example/lazy_transformer/pubspec.yaml b/mojo/public/dart/third_party/barback/example/lazy_transformer/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..e01c5d14a271d6d824d0d58e3587e5e3a9877905
--- /dev/null
+++ b/mojo/public/dart/third_party/barback/example/lazy_transformer/pubspec.yaml
@@ -0,0 +1,11 @@
+name: lazy_transformer
+description: This example implements a very simple lazy transformer
+ which implements a ROT13 converter. ROT13 (ROTate by 13 spaces) is
+ a classic substitution cipher where each letter is replaced by
+ the letter 13 places later in the alphabet.
+
+dependencies:
+ barback: ">=0.14.1 <0.16.0"
+
+transformers:
+- lazy_transformer

Powered by Google App Engine