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

Side by Side Diff: pkg/barback/pubspec.yaml

Issue 18811008: Tweak unittest compact config a bit and don't use it on bots. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise. Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/barback/test/utils.dart » ('j') | pkg/unittest/lib/compact_vm_config.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: barback 1 name: barback
2 author: "Dart Team <misc@dartlang.org>" 2 author: "Dart Team <misc@dartlang.org>"
3 homepage: http://www.dartlang.org 3 homepage: http://www.dartlang.org
4 description: > 4 description: >
5 An asset build system. 5 An asset build system.
6 6
7 Given a set of input files and a set of transformations (think compilers, 7 Given a set of input files and a set of transformations (think compilers,
8 preprocessors and the like), will automatically apply the appropriate 8 preprocessors and the like), will automatically apply the appropriate
9 transforms and generate output files. When inputs are modified, automatically 9 transforms and generate output files. When inputs are modified, automatically
10 runs the transforms that are affected. 10 runs the transforms that are affected.
11 11
12 Runs transforms asynchronously and in parallel when possible to maximize 12 Runs transforms asynchronously and in parallel when possible to maximize
13 responsiveness. 13 responsiveness.
14 dependencies: 14 dependencies:
15 pathos: any 15 pathos: any
16 dev_dependencies: 16 dev_dependencies:
17 scheduled_test: any 17 scheduled_test: any
18 unittest: any
OLDNEW
« no previous file with comments | « no previous file | pkg/barback/test/utils.dart » ('j') | pkg/unittest/lib/compact_vm_config.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698