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

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: about to land 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
« no previous file with comments | « pkg/compiler/lib/src/types/types.dart ('k') | pkg/js/AUTHORS » ('j') | 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 6 package_config: ^0.1.1
7 pub_semver: ^1.2.1 7 pub_semver: ^1.2.1
8 js:
9 path: ../js
8 js_ast: 10 js_ast:
9 path: ../js_ast 11 path: ../js_ast
10 js_runtime: 12 js_runtime:
11 path: ../../sdk/lib/_internal/js_runtime 13 path: ../../sdk/lib/_internal/js_runtime
12 sdk_library_metadata: 14 sdk_library_metadata:
13 path: ../../sdk/lib/_internal/sdk_library_metadata 15 path: ../../sdk/lib/_internal/sdk_library_metadata
14 dart2js_info: 16 dart2js_info:
15 path: ../../../../dart2js_info 17 path: ../../../../dart2js_info
16 lookup_map: 18 lookup_map:
17 path: ../lookup_map 19 path: ../lookup_map
(...skipping 13 matching lines...) Expand all
31 # crypto: 33 # crypto:
32 # path: ../../third_party/pkg/crypto 34 # path: ../../third_party/pkg/crypto
33 # http_parser: 35 # http_parser:
34 # path: ../../third_party/pkg/http_parser 36 # path: ../../third_party/pkg/http_parser
35 # args: 37 # args:
36 # path: ../../third_party/pkg/args 38 # path: ../../third_party/pkg/args
37 # shelf: 39 # shelf:
38 # path: ../../third_party/pkg/shelf 40 # path: ../../third_party/pkg/shelf
39 # yaml: 41 # yaml:
40 # path: ../../third_party/pkg/yaml 42 # path: ../../third_party/pkg/yaml
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/types/types.dart ('k') | pkg/js/AUTHORS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698