From 90b052710549c941e79fb5ce36692bce56b405f2 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Tue, 26 Mar 2019 14:36:25 -0700 Subject: [PATCH] Roll src/third_party/dart 093c2909fe..f3fd1943fc (13 commits) (flutter/engine#8310) f3fd1943fc [vm/ffi] Update status file for FFI sqlite sample. 28a2416320 Fix sqlite sample import. f135a49861 [doc] dart:ffi SQLite sample 69079303cf [infra] Add a shard to the FFI builders. 1af9f99a5f [cfe] Compile loops in map literals 4c48062955 [CFE] Fail silently on invalid constructs during constant evaluation. a8e51c5868 Bypass use of dart2js_platform.dill when experimental flags are non-default b2a2c088d3 [infra] Add --apply-changelist option to apply_preapprovals. ac21076110 [cfe] Implement compilation of loops in lists and sets 0a3cd80d41 Reland "Change default of 'keepFields' in constant transformation to true" 12d789fa52 [cfe] Update test status files e5374a688c [cfe] Add front-end support for for and for-in 432e5faeda [VM / Service] Update core library source loading to use resolved_url --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 37798eea81..c6117dda55 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': '093c2909fedaaa4c1cbe21887bfbe97c59be21d2', + 'dart_revision': 'f3fd1943fcbc7821859dcbcd8973944478c3e902', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py