From 7a4684ef4daeefdc309e670bf987d8151b7d4253 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Wed, 4 Sep 2019 06:41:09 -0700 Subject: [PATCH] Roll src/third_party/dart 622747502e..fd27e795ba (9 commits) dart-lang/sdk@fd27e795ba [CFE] Skip more failing (web) flutter test on bot flutter-frontend dart-lang/sdk@201addc553 [typo] SUPPORT_TIMLINE -> SUPPORT_TIMELINE in dart.cc dart-lang/sdk@e4a1085b45 [infra] status file clean up tool: add flag to also remove non-essential expectations in lines with comments dart-lang/sdk@1f2316adc5 [vm] Add clang-tidy PRESUBMIT.py check on linux, flag implicit-to-bool conversions dart-lang/sdk@5e549b3d21 Update CHANGELOG.md dart-lang/sdk@1946d9d7a0 [dart2js] Add tests for issue 37724 dart-lang/sdk@f2789f74fc [infra] Remove non-essential test expectations with comments from pkg status file dart-lang/sdk@a01dd3655f [CFE] Let compile platform include more required libraries" dart-lang/sdk@35c011c030 Update meta docs to consider mixins and static extensions --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 3c804282d69..dd41dab7092 100644 --- a/DEPS +++ b/DEPS @@ -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': '622747502e32f578e097e79d5bee34b55d87c9c6', + 'dart_revision': 'fd27e795ba73364e1eb0d4122de547444aaf02f6', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py