From 7c0efaa364bb6f864d270bf7da5fd8525f9f4c71 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Wed, 6 Nov 2019 15:37:54 -0800 Subject: [PATCH] Roll src/third_party/dart c154677699..bdd9e74afc (3 commits) dart-lang/sdk@bdd9e74afc Only distribute a single libtensorflowlite_c per distribution dart-lang/sdk@c6919a6653 Add a test for issue 39254 dart-lang/sdk@89dd099cad Update TypeParameterElement.== as discussed, add tests. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 2c5f9a510e2..c6ea51b60a5 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': 'c1546776990efaff496b3286fd14528ff0ac17c3', + 'dart_revision': 'bdd9e74afc1681ca7e43945e3547641321486ab7', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py