From 4745c0df720e122f82cbc7abfcfb6ff05f27553f Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Tue, 10 Sep 2019 09:42:00 -0700 Subject: [PATCH] Roll src/third_party/dart ccb6ba948b..62f78a7abb (3 commits) dart-lang/sdk@62f78a7abb [nit] Fixes two typos: build flag and error string. dart-lang/sdk@35a7f4b552 [release] Update CHANGELOG.md for 2.5.0 dart-lang/sdk@f16d6d5910 [infra] Ignore newly detected flakes in try runs --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 19f5abe1297..e5528036afa 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': 'ccb6ba948b447bbb4257d99d906818dd5b7461a5', + 'dart_revision': '62f78a7abbece17678f7c63feba563ead9cb0749', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py