From 445fea70eda25a9e717c6c6351cd48b59ca0d964 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 3 Jun 2019 18:38:58 -0700 Subject: [PATCH] Roll src/third_party/dart 1045ef1ceb..5b72293f49 (3 commits) dart-lang/sdk@5b72293f49 Reland "[vm] Create offsets_extractor tool." dart-lang/sdk@0241e40c15 Track Library URI for classes dart-lang/sdk@69063ab552 [dartdevc] automatically find d8 in ddb --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 90358c40520..b06915ae99a 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': '1045ef1cebd65ef8607494a136b937a13a67fe18', + 'dart_revision': '5b72293f496855b8457803390dd5342721c9d1db', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py