8cba879f46
TEST=these are additional validations that we run on the bots Redux of https://dart-review.googlesource.com/c/sdk/+/161040 Change-Id: Ia32ced5d48fbfeafacfa9e51dc4774d2e9425091 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/174601 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
33 lines
571 B
YAML
33 lines
571 B
YAML
name: vm
|
|
description: VM specific Dart code and helper scripts
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: "^2.7.0"
|
|
|
|
dependencies:
|
|
args: ^1.4.4
|
|
build_integration:
|
|
path: ../build_integration
|
|
crypto: any
|
|
front_end:
|
|
path: ../front_end
|
|
kernel:
|
|
path: ../kernel
|
|
meta:
|
|
path: ../meta
|
|
package_config: any
|
|
|
|
dev_dependencies:
|
|
expect:
|
|
path: ../expect
|
|
json_rpc_2: any
|
|
path: any
|
|
test: any
|
|
web_socket_channel: any
|
|
|
|
dependency_overrides:
|
|
front_end:
|
|
path: ../front_end
|