add meta dependency to kernel and front_end

Towards https://github.com/dart-lang/sdk/issues/38482 and  https://github.com/dart-lang/sdk/issues/38483

Change-Id: I4a8431d7864fbfa682a3fa80696e2f8a998f0f38
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/118320
Auto-Submit: Jake Macdonald <jakemac@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
Reviewed-by: Paul Berry <paulberry@google.com>
This commit is contained in:
Jacob MacDonald 2019-09-25 15:51:27 +00:00 committed by commit-bot@chromium.org
parent 7972c61aab
commit bd1ca04b79
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ environment:
dependencies:
kernel: 0.3.25
package_config: '^1.1.0'
meta: ^1.0.2
dev_dependencies:
analyzer: 0.38.3
args: '>=0.13.0 <2.0.0'

View file

@ -9,6 +9,7 @@ environment:
sdk: '>=2.2.2 <3.0.0'
dependencies:
args: '>=0.13.4 <2.0.0'
meta: ^1.0.0
dev_dependencies:
expect: any
front_end: any