22200410c0
BUG= R=sigmund@google.com Review URL: https://codereview.chromium.org/1582923002 .
42 lines
1.1 KiB
YAML
42 lines
1.1 KiB
YAML
# This pubspec is currently mainly used to make it easier to develop on dart2js
|
|
# by making it a standalone package.
|
|
name: compiler
|
|
#version: do-not-upload
|
|
dependencies:
|
|
package_config: ^0.1.1
|
|
pub_semver: ^1.2.1
|
|
js:
|
|
path: ../js
|
|
js_ast:
|
|
path: ../js_ast
|
|
js_runtime:
|
|
path: ../../sdk/lib/_internal/js_runtime
|
|
sdk_library_metadata:
|
|
path: ../../sdk/lib/_internal/sdk_library_metadata
|
|
dart2js_info: ^0.2.4
|
|
lookup_map:
|
|
path: ../lookup_map
|
|
|
|
# Uncomment if running gclient, so you can depend directly on the downloaded
|
|
# versions of dart2js's transitive dependencies:
|
|
#
|
|
# dependency_overrides:
|
|
# package_config:
|
|
# path: ../../third_party/pkg_tested/package_config
|
|
# path:
|
|
# path: ../../third_party/pkg/path
|
|
# charcode:
|
|
# path: ../../third_party/pkg/charcode
|
|
# collection:
|
|
# path: ../../third_party/pkg/collection
|
|
# crypto:
|
|
# path: ../../third_party/pkg/crypto
|
|
# http_parser:
|
|
# path: ../../third_party/pkg/http_parser
|
|
# args:
|
|
# path: ../../third_party/pkg/args
|
|
# shelf:
|
|
# path: ../../third_party/pkg/shelf
|
|
# yaml:
|
|
# path: ../../third_party/pkg/yaml
|