From 54bba8f12daa647703f6bf0d0187ac448741b829 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 30 Sep 2019 15:43:54 -0700 Subject: [PATCH] Roll src/third_party/dart 14983a2941..692230b484 (5 commits) dart-lang/sdk@692230b484 [build] Introduce gen_snapshot_host_targeting_host. dart-lang/sdk@17f081a1fb Fix for the context type for arguments in constructor initializers. dart-lang/sdk@7e4058e3a5 [ VM / Service ] Update service tests to no longer use --disable-service-auth-codes dart-lang/sdk@5236285432 Expose the getter EdgeInfo.isTriggered and make use of it dart-lang/sdk@425c6c6724 Rename some local variables per earlier feedback --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 78b2a7ab1d6..4b84ef97500 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': '14983a294108119ccf37d4a6c0095f2db54d36bc', + 'dart_revision': '692230b4842399abf4f275cd83722af778a9f680', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py