73cfe523e0
This reverts commit b0d7c56e84.
Reason for revert: breaks Golem, we need these benchmarks.
Original change's description:
> Stop using package:intl, remove it from DEPS.
>
> Change-Id: I7a6c036f7cd2c5ac64b0ab5a8b87bed1b9f34034
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/224660
> Reviewed-by: Samuel Rawlins <srawlins@google.com>
> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
TBR=scheglov@google.com,brianwilkerson@google.com,srawlins@google.com
Change-Id: I39d4a2c773063da4dfa75404b64987f85dbcf764
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/225260
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
44 lines
747 B
YAML
44 lines
747 B
YAML
name: dartdev
|
|
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=2.6.0 <3.0.0'
|
|
dependencies:
|
|
analysis_server:
|
|
path: ../analysis_server
|
|
analysis_server_client:
|
|
path: ../analysis_server_client
|
|
analyzer:
|
|
path: ../analyzer
|
|
args: any
|
|
cli_util: any
|
|
dart2native:
|
|
path: ../dart2native
|
|
dart_style: any
|
|
dartdoc: any
|
|
dds:
|
|
path: ../dds
|
|
devtools_server: any
|
|
front_end:
|
|
path: ../front_end
|
|
intl: any
|
|
meta:
|
|
path: ../meta
|
|
nnbd_migration:
|
|
path: ../nnbd_migration
|
|
path: any
|
|
pub: any
|
|
telemetry:
|
|
path: ../telemetry
|
|
usage: any
|
|
|
|
dev_dependencies:
|
|
expect:
|
|
path: ../expect
|
|
lints: any
|
|
pub_semver: any
|
|
test: any
|
|
yaml: any
|