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

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

Issue 2540103002: Update dart2js/pubspec (Closed)
Patch Set: Use third_party/pkg/dart2js_info Created 4 years 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 | « no previous file | 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 # This pubspec is currently mainly used to make it easier to develop on dart2js 1 # This pubspec is currently mainly used to make it easier to develop on dart2js
2 # by making it a standalone package. 2 # by making it a standalone package.
3 name: compiler 3 name: compiler
4 #version: do-not-upload 4 #version: do-not-upload
5 dependencies: 5 dependencies:
6 package_config: '>=0.1.1 <2.0.0' 6 package_config: '>=0.1.1 <2.0.0'
7 pub_semver: ^1.2.1 7 pub_semver: ^1.2.1
8 js: 8 js:
9 path: ../js 9 path: ../js
10 js_ast: 10 js_ast:
11 path: ../js_ast 11 path: ../js_ast
12 js_runtime: 12 js_runtime:
13 path: ../../sdk/lib/_internal/js_runtime 13 path: ../../sdk/lib/_internal/js_runtime
14 kernel: 14 kernel:
15 path: ../../pkg/kernel 15 path: ../../pkg/kernel
16 sdk_library_metadata: 16 sdk_library_metadata:
17 path: ../../sdk/lib/_internal/sdk_library_metadata 17 path: ../../sdk/lib/_internal/sdk_library_metadata
18 dart2js_info: ^0.3.0 18 dart2js_info:
19 path: ../../third_party/pkg/dart2js_info
19 lookup_map: 20 lookup_map:
20 path: ../lookup_map 21 path: ../lookup_map
21 22
22 # Uncomment if running gclient, so you can depend directly on the downloaded 23 # Uncomment if running gclient, so you can depend directly on the downloaded
23 # versions of dart2js's transitive dependencies: 24 # versions of dart2js's transitive dependencies:
24 # 25 #
25 # dependency_overrides: 26 # dependency_overrides:
26 # package_config: 27 # package_config:
27 # path: ../../third_party/pkg_tested/package_config 28 # path: ../../third_party/pkg_tested/package_config
28 # path: 29 # path:
29 # path: ../../third_party/pkg/path 30 # path: ../../third_party/pkg/path
30 # charcode: 31 # charcode:
31 # path: ../../third_party/pkg/charcode 32 # path: ../../third_party/pkg/charcode
32 # collection: 33 # collection:
33 # path: ../../third_party/pkg/collection 34 # path: ../../third_party/pkg/collection
34 # crypto: 35 # crypto:
35 # path: ../../third_party/pkg/crypto 36 # path: ../../third_party/pkg/crypto
36 # http_parser: 37 # http_parser:
37 # path: ../../third_party/pkg/http_parser 38 # path: ../../third_party/pkg/http_parser
38 # args: 39 # args:
39 # path: ../../third_party/pkg/args 40 # path: ../../third_party/pkg/args
40 # shelf: 41 # shelf:
41 # path: ../../third_party/pkg/shelf 42 # path: ../../third_party/pkg/shelf
42 # yaml: 43 # yaml:
43 # path: ../../third_party/pkg/yaml 44 # path: ../../third_party/pkg/yaml
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698