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

Side by Side Diff: pubspec.yaml

Issue 1425953002: add tool to check that deferred libraries contain the expected code (Closed) Base URL: git@github.com:dart-lang/dart2js_info.git@master
Patch Set: Created 5 years, 1 month 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
« bin/deferred_library_check.dart ('K') | « lib/json_info_codec.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: dart2js_info 1 name: dart2js_info
2 version: 0.2.1 2 version: 0.2.2
3 description: > 3 description: >
4 Libraries and tools to process data produced when running dart2js with 4 Libraries and tools to process data produced when running dart2js with
5 --dump-info. 5 --dump-info.
6 author: Dart Team <misc@dartlang.org> 6 author: Dart Team <misc@dartlang.org>
7 homepage: http://dart-lang.github.io/dart2js_info/doc/api/ 7 homepage: http://dart-lang.github.io/dart2js_info/doc/api/
8 8
9 dependencies: 9 dependencies:
10 path: ^1.3.6 10 path: ^1.3.6
11 args: ^0.13.0 11 args: ^0.13.0
12 shelf: ^0.6.1+2 12 shelf: ^0.6.1+2
13 yaml: ^2.1.0 13 yaml: ^2.1.0
14 charcode: ^1.1.0 14 charcode: ^1.1.0
15 quiver: ^0.21.0
Siggi Cherem (dart-lang) 2015/10/28 19:57:47 not sure if we already have it in DEPS, but I wond
Harry Terkelsen 2015/10/28 20:49:29 quiver 0.21.4 is already in the SDK
15 16
16 environment: 17 environment:
17 sdk: '>=1.11.0 <2.0.0' 18 sdk: '>=1.11.0 <2.0.0'
18 19
19 dev_dependencies: 20 dev_dependencies:
20 test: ^0.12.3+4 21 test: ^0.12.3+4
21 executables: 22 executables:
22 dart2js_info_code_deps: code_deps 23 dart2js_info_code_deps: code_deps
23 dart2js_info_coverage_log_server: coverage_log_server 24 dart2js_info_coverage_log_server: coverage_log_server
24 dart2js_info_debug_info: debug_info 25 dart2js_info_debug_info: debug_info
26 dart2js_info_deferred_library_check: deferred_library_check
25 dart2js_info_function_size_analysis: function_size_analysis 27 dart2js_info_function_size_analysis: function_size_analysis
26 dart2js_info_library_size_split: library_size_split 28 dart2js_info_library_size_split: library_size_split
27 dart2js_info_live_code_size_analysis: live_code_size_analysis 29 dart2js_info_live_code_size_analysis: live_code_size_analysis
OLDNEW
« bin/deferred_library_check.dart ('K') | « lib/json_info_codec.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698