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

Side by Side Diff: packages/initialize/pubspec.yaml

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 4 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
« no previous file with comments | « packages/initialize/lib/transformer.dart ('k') | packages/initialize/test/common.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: initialize 1 name: initialize
2 version: 0.6.1+2 2 version: 0.6.2+6
3 author: Polymer.dart Authors <web@dartlang.org> 3 author: Polymer.dart Authors <web@dartlang.org>
4 description: Generic building blocks for doing static initialization. 4 description: Generic building blocks for doing static initialization.
5 homepage: https://github.com/dart-lang/initialize 5 homepage: https://github.com/dart-lang/initialize
6 dependencies: 6 dependencies:
7 analyzer: '>=0.15.6 <0.27.0' 7 analyzer: '>=0.27.2 <0.30.0'
8 barback: '>=0.14.2 <0.16.0' 8 barback: '>=0.14.2 <0.16.0'
9 code_transformers: '>=0.2.7 <0.3.0' 9 code_transformers: '>=0.3.0 <0.6.0'
10 dart_style: '>=0.1.3 <0.3.0' 10 dart_style: '>=0.1.3 <0.3.0'
11 glob: ">=1.0.4 <2.0.0" 11 glob: ">=1.0.4 <2.0.0"
12 html: '>=0.12.0 <0.13.0' 12 html: '>=0.12.0 <0.14.0'
13 path: '>=1.3.0 <2.0.0' 13 path: '>=1.3.0 <2.0.0'
14 dev_dependencies: 14 dev_dependencies:
15 test_package: 15 test_package:
16 path: test_package 16 path: test_package
17 unittest: '>=0.10.0 <0.12.0' 17 test: '>=0.12.0 <0.13.0'
18 transformer_test: '>=0.2.0 <0.3.0'
18 environment: 19 environment:
19 sdk: ">=1.9.0-dev.7.1 <2.0.0" 20 sdk: ">=1.9.0-dev.7.1 <2.0.0"
20 transformers: 21 transformers:
21 - initialize/build/loader_replacer: 22 - initialize/build/loader_replacer:
22 $include: lib/initialize.dart 23 $include: lib/initialize.dart
23 - initialize: 24 - initialize:
24 $include: '**/*_test.dart' 25 $include: '**/*_test.*'
25 entry_points: 26 entry_points:
26 - test/deferred_library_test.dart 27 - test/deferred_library_test.html
27 - test/initializer_test.dart 28 - test/initializer_test.html
28 - test/initializer_from_test.dart 29 - test/initializer_from_test.html
29 - test/initializer_parts_test.dart 30 - test/initializer_parts_test.html
30 - test/initializer_super_test.dart 31 - test/initializer_super_test.html
31 - test/initializer_cycle_error_test.dart 32 - test/initializer_cycle_error_test.html
32 - test/initializer_custom_filter_test.dart 33 - test/initializer_custom_filter_test.html
33 - test/initializer_type_filter_test.dart 34 - test/initializer_type_filter_test.html
34 - test/init_method_test.dart 35 - test/init_method_test.html
36 - test/pub_serve:
37 $include: test/**_test{.*,}.dart
35 - $dart2js: 38 - $dart2js:
36 $exclude: '**/*.dart' 39 $include: test/*_test.initialize{.*,}.dart
OLDNEW
« no previous file with comments | « packages/initialize/lib/transformer.dart ('k') | packages/initialize/test/common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698