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

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: Handle unprovided sources and errors a bit better. 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
« no previous file with comments | « pkg/barback/lib/src/transformer.dart ('k') | pkg/barback/test/asset_graph/errors_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/pubspec.yaml
diff --git a/pkg/barback/pubspec.yaml b/pkg/barback/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..903fa41756ab1f450ef815c0aa56b51e64c08e0c
--- /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.
+
+ 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
« no previous file with comments | « pkg/barback/lib/src/transformer.dart ('k') | pkg/barback/test/asset_graph/errors_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698