Manual Dart roll to 95e11bc2d30f7c1b9c49a4fc97a44c4b32fe66d8 (flutter/engine#18398)

This commit is contained in:
Jason Simmons 2020-05-14 19:47:02 -07:00 committed by GitHub
parent 834cfb021e
commit 79c859b7f0
2 changed files with 2 additions and 2 deletions

2
DEPS
View File

@ -34,7 +34,7 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': '2676764792b2170b5f7867600a2144e7493fa950',
'dart_revision': '95e11bc2d30f7c1b9c49a4fc97a44c4b32fe66d8',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py

View File

@ -250,7 +250,7 @@ compile_platform("strong_platform") {
allow_causal_async_stacks = !is_runtime_mode_release
args = [
"--enable-experiment=non-nullable",
"--nnbd-agnostic",
"--nnbd-weak",
"--target=flutter",
"-Ddart.vm.product=$is_runtime_mode_release",
"-Ddart.developer.causal_async_stacks=$allow_causal_async_stacks",