From da47083cc53abb8e212bd8af4fec7bcb92874e00 Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Tue, 5 Jun 2018 08:35:44 -0700 Subject: [PATCH] Roll dart to a5e41681e55d1e74684bfff530218db556d77ee8 (flutter/engine#5467) * Roll dart to a5e41681e55d1e74684bfff530218db556d77ee8. * Update license --- DEPS | 2 +- engine/src/flutter/lib/snapshot/libraries.json | 1 - engine/src/flutter/lib/snapshot/libraries.yaml | 1 - engine/src/flutter/runtime/dart_vm.cc | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/DEPS b/DEPS index b4dd21a7a1..72107457af 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': '1fe279d8598693e8005b71d6db386a96f2e49ce3', + 'dart_revision': 'a5e41681e55d1e74684bfff530218db556d77ee8', 'dart_args_tag': '1.4.1', 'dart_async_tag': '2.0.7', diff --git a/engine/src/flutter/lib/snapshot/libraries.json b/engine/src/flutter/lib/snapshot/libraries.json index fe0ec53dcc..a59ae6c662 100644 --- a/engine/src/flutter/lib/snapshot/libraries.json +++ b/engine/src/flutter/lib/snapshot/libraries.json @@ -11,7 +11,6 @@ "../../../third_party/dart/runtime/lib/core_patch.dart", "../../../third_party/dart/runtime/lib/array.dart", "../../../third_party/dart/runtime/lib/array_patch.dart", - "../../../third_party/dart/runtime/lib/bigint.dart", "../../../third_party/dart/runtime/lib/bigint_patch.dart", "../../../third_party/dart/runtime/lib/bool_patch.dart", "../../../third_party/dart/runtime/lib/date_patch.dart", diff --git a/engine/src/flutter/lib/snapshot/libraries.yaml b/engine/src/flutter/lib/snapshot/libraries.yaml index 46157be76e..26c3277054 100644 --- a/engine/src/flutter/lib/snapshot/libraries.yaml +++ b/engine/src/flutter/lib/snapshot/libraries.yaml @@ -49,7 +49,6 @@ flutter: - "../../../third_party/dart/runtime/lib/core_patch.dart" - "../../../third_party/dart/runtime/lib/array.dart" - "../../../third_party/dart/runtime/lib/array_patch.dart" - - "../../../third_party/dart/runtime/lib/bigint.dart" - "../../../third_party/dart/runtime/lib/bigint_patch.dart" - "../../../third_party/dart/runtime/lib/bool_patch.dart" - "../../../third_party/dart/runtime/lib/date_patch.dart" diff --git a/engine/src/flutter/runtime/dart_vm.cc b/engine/src/flutter/runtime/dart_vm.cc index 422984feb3..d53db8aafc 100644 --- a/engine/src/flutter/runtime/dart_vm.cc +++ b/engine/src/flutter/runtime/dart_vm.cc @@ -63,7 +63,6 @@ static const char* kDartLanguageArgs[] = { "--background_compilation", "--await_is_keyword", "--causal_async_stacks", - "--enable_kernel_expression_compilation=false", // TODO(dartbug.com/33087) // clang-format on };