From 334e3564d03bd00a05a2884d3ebb997e660c3310 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Fri, 5 Apr 2019 09:54:50 -0700 Subject: [PATCH] Roll src/third_party/dart a2709992a2..907c514c89 (1 commits) 907c514c89 [SDK] Adds build targets, wrappers and SDK builds for Dart AOT. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 923f4507924..0de4938fab7 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': 'a2709992a2b61705a1035f53b26c40828edd29f9', + 'dart_revision': '907c514c8937cf76e825d427364cf3475797f18f', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py