Roll src/third_party/dart 8ad8abfb7463..83eeab1e63d9 (13 commits) (flutter/engine#14488)

https://dart.googlesource.com/sdk.git/+log/8ad8abfb7463..83eeab1e63d9

git log 8ad8abfb7463..83eeab1e63d9 --date=short --first-parent --format='%ad %ae %s'
2019-12-13 rmacnak@google.com Miscellaneous documentation updates.
2019-12-13 brianwilkerson@google.com Remove preview from dartfix api in favor of opening the preview automatically
2019-12-13 rnystrom@google.com Small script to track NNBD test migration progress and estimate.
2019-12-13 sra@google.com [dart2js] Make repeated 'usedAsVariable' tests faster
2019-12-13 srujzs@google.com Change type MediaDeviceInfo to dynamic in Future
2019-12-13 srujzs@google.com Add test to enumerate media devices
2019-12-13 scheglov@google.com Replace using \n with multiline strings.
2019-12-13 bkonyi@google.com [ dartfuzz ] Output Dart SDK revision to logs during fuzz testing
2019-12-13 sigmund@google.com Whitelist all packages in the .packages file as opt-out from nnbd.
2019-12-13 fizaaluthra@google.com [dartfuzz] Refactoring gen_api_table.dart
2019-12-13 scheglov@google.com Remove NameFilter.
2019-12-13 scheglov@google.com Remove JavaSystemIO.
2019-12-13 liama@google.com [vm] Enable nnbd experiment when building the SDK with --nnbd

Created with:
  gclient setdep -r src/third_party/dart@83eeab1e63d9

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

Bug: None
Tbr: dart-vm-team@google.com
This commit is contained in:
skia-flutter-autoroll 2019-12-13 20:04:17 -05:00 committed by GitHub
parent 254263f3b1
commit 88a2615294

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': '8ad8abfb7463e33e6ac4363437ce843b3ebc7115',
'dart_revision': '83eeab1e63d9128879992916ba1b58151264c132',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py