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

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

Issue 1318043005: Support user generated custom native JS classes. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: ptal Created 5 years, 2 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
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 6 package_config: ^0.1.1
7 js:
8 path: ../js
7 js_ast: 9 js_ast:
8 path: ../js_ast 10 path: ../js_ast
9 js_runtime: 11 js_runtime:
10 path: ../../sdk/lib/_internal/js_runtime 12 path: ../../sdk/lib/_internal/js_runtime
11 sdk_library_metadata: 13 sdk_library_metadata:
12 path: ../../sdk/lib/_internal/sdk_library_metadata 14 path: ../../sdk/lib/_internal/sdk_library_metadata
13 dart2js_info: ^0.0.2 15 dart2js_info: ^0.0.2
14 16
15
16 # Uncomment if running gclient, so you can depend directly on the downloaded 17 # Uncomment if running gclient, so you can depend directly on the downloaded
17 # versions of dart2js's transitive dependencies: 18 # versions of dart2js's transitive dependencies:
18 # 19 #
19 # dependency_overrides: 20 # dependency_overrides:
20 # package_config: 21 # package_config:
21 # path: ../../third_party/pkg_tested/package_config 22 # path: ../../third_party/pkg_tested/package_config
22 # path: 23 # path:
23 # path: ../../third_party/pkg/path 24 # path: ../../third_party/pkg/path
24 # charcode: 25 # charcode:
25 # path: ../../third_party/pkg/charcode 26 # path: ../../third_party/pkg/charcode
26 # collection: 27 # collection:
27 # path: ../../third_party/pkg/collection 28 # path: ../../third_party/pkg/collection
28 # crypto: 29 # crypto:
29 # path: ../../third_party/pkg/crypto 30 # path: ../../third_party/pkg/crypto
30 # http_parser: 31 # http_parser:
31 # path: ../../third_party/pkg/http_parser 32 # path: ../../third_party/pkg/http_parser
32 # args: 33 # args:
33 # path: ../../third_party/pkg/args 34 # path: ../../third_party/pkg/args
34 # shelf: 35 # shelf:
35 # path: ../../third_party/pkg/shelf 36 # path: ../../third_party/pkg/shelf
36 # yaml: 37 # yaml:
37 # path: ../../third_party/pkg/yaml 38 # path: ../../third_party/pkg/yaml
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698