9e0e9a8a9a
Also picks up keys from `package:native_assets_cli` instead of coding them which could lead to typos. Change-Id: I5c72c26c9a45a38ac41f3513c2b5b10e8863ff83 Cq-Include-Trybots: luci.dart.try:pkg-linux-debug-try,pkg-linux-release-try,pkg-mac-release-arm64-try,pkg-mac-release-try,pkg-win-release-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/300221 Reviewed-by: William Hesse <whesse@google.com> Commit-Queue: Daco Harkes <dacoharkes@google.com>
31 lines
763 B
YAML
31 lines
763 B
YAML
# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
name: test_runner
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=2.16.0 <3.0.0'
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
args: any
|
|
collection: any
|
|
dart2js_tools: any
|
|
native_assets_cli: any
|
|
package_config: any
|
|
path: any
|
|
pool: any
|
|
smith: any
|
|
status_file: any
|
|
webdriver: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
analyzer: any
|
|
expect: any
|
|
glob: any
|
|
lints: any
|