From b4005dd63b69172654cc2216cd07e77cbac2c75a Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Thu, 9 May 2019 09:37:13 -0700 Subject: [PATCH] Roll src/third_party/dart a0290f823c..c1e2df8f36 (3 commits) c1e2df8f36 [infra] Update checked in SDKs to 2.3.0 b2949d3436 fix Flutter build for "[vm/ffi] DBC support on x64 Linux/MacOS hosts" a8b93d9e78 [vm/ffi] DBC support on x64 Linux/MacOS hosts --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 69812d0d5a5..02c09048a7b 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': 'a0290f823c53df70643a8e46bf946020d2bbe37d', + 'dart_revision': 'c1e2df8f36cab02923d21dfe2bcd3dba113599ad', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py