From eb8c41f73bd0a85557e2eaba4c8c768c8a62361e Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Wed, 6 Feb 2019 00:59:04 -0800 Subject: [PATCH] Roll src/third_party/dart c26bf54391..631c550ff9 (1 commits) 631c550ff9 Extract and migrate ExitDetector and its tests. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index a60cb7d9aa..9e79666da2 100644 --- a/DEPS +++ b/DEPS @@ -31,7 +31,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': 'c26bf543915d50f84dd814d2e93dd502f7cb8677', + 'dart_revision': '631c550ff9f75aca637dbd208fe0f5dc133255cf', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py