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

Side by Side Diff: pubspec.yaml

Issue 880713002: add LibraryIdentifier (Closed) Base URL: git@github.com:dart-lang/static-init.git@master
Patch Set: code review updates Created 5 years, 10 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 | « lib/transformer.dart ('k') | test/bar.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.2.0 2 version: 0.3.0-dev
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 barback: '>=0.14.2 <0.16.0' 7 barback: '>=0.14.2 <0.16.0'
8 code_transformers: '>=0.2.3 <0.3.0' 8 code_transformers: '>=0.2.3 <0.3.0'
9 html5lib: '>=0.12.0 <0.13.0' 9 html5lib: '>=0.12.0 <0.13.0'
10 path: '>=1.3.0 <2.0.0' 10 path: '>=1.3.0 <2.0.0'
11 dev_dependencies: 11 dev_dependencies:
12 test_package:
13 path: test_package
12 unittest: '>=0.10.0 <0.12.0' 14 unittest: '>=0.10.0 <0.12.0'
13 environment: 15 environment:
14 sdk: '>=1.4.0 <2.0.0' 16 sdk: '>=1.4.0 <2.0.0'
15 transformers: 17 transformers:
16 - initialize/build/loader_replacer: 18 - initialize/build/loader_replacer:
17 $include: lib/initialize.dart 19 $include: lib/initialize.dart
18 - initialize: 20 - initialize:
19 $include: test/initializer_test.dart 21 $include: test/initializer_test.dart
20 entry_point: test/initializer_test.dart 22 entry_point: test/initializer_test.dart
21 - initialize: 23 - initialize:
22 $include: test/initializer_cycle_error_test.dart 24 $include: test/initializer_cycle_error_test.dart
23 entry_point: test/initializer_cycle_error_test.dart 25 entry_point: test/initializer_cycle_error_test.dart
24 - initialize: 26 - initialize:
25 $include: test/initializer_custom_filter_test.dart 27 $include: test/initializer_custom_filter_test.dart
26 entry_point: test/initializer_custom_filter_test.dart 28 entry_point: test/initializer_custom_filter_test.dart
27 - initialize: 29 - initialize:
28 $include: test/initializer_type_filter_test.dart 30 $include: test/initializer_type_filter_test.dart
29 entry_point: test/initializer_type_filter_test.dart 31 entry_point: test/initializer_type_filter_test.dart
30 - initialize: 32 - initialize:
31 $include: test/init_method_test.dart 33 $include: test/init_method_test.dart
32 entry_point: test/init_method_test.dart 34 entry_point: test/init_method_test.dart
33 - $dart2js: 35 - $dart2js:
34 $exclude: '**/*.dart' 36 $exclude: '**/*.dart'
OLDNEW
« no previous file with comments | « lib/transformer.dart ('k') | test/bar.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698