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

Unified Diff: pkg/barback/pubspec.yaml

Issue 16854005: First pass at build dependency graph for barback. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise. Created 7 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: pkg/barback/pubspec.yaml
diff --git a/pkg/barback/pubspec.yaml b/pkg/barback/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..62d2a1c2e5474e299dce015829f171a2ea42bb03
--- /dev/null
+++ b/pkg/barback/pubspec.yaml
@@ -0,0 +1,17 @@
+name: barback
+author: "Dart Team <misc@dartlang.org>"
+homepage: http://www.dartlang.org
+description: >
+ An asset build system.
nweiz 2013/06/18 23:14:46 Indent one more space.
Bob Nystrom 2013/06/20 00:23:59 Done.
+
+ Given a set of input files and a set of transformations (think compilers,
+ preprocessors and the like), will automatically apply the appropriate
+ transforms and generate output files. When inputs are modified, automatically
+ runs the transforms that are affected.
+
+ Runs transforms asynchronously and in parallel when possible to maximize
+ responsiveness.
+dependencies:
+ pathos: any
+dev_dependencies:
+ scheduled_test: any

Powered by Google App Engine
This is Rietveld 408576698