From 9859af123eb383ade52208a9db58ac39db84bfc2 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Tue, 24 Apr 2018 18:06:53 -0700 Subject: [PATCH] Roll dart to 29d6e963702fcbb0ed0d5ca67d6b5f977ac0c328 (#5083) Picks up a fix for math on 32bit ARM devices running iOS, required for https://github.com/flutter/flutter/issues/2089. --- DEPS | 2 +- tools/licenses/pubspec.lock | 4 ++-- travis/licenses_golden/licenses_third_party | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index bf56b37d4..eba5d368d 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': 'fe606f890b0a311da802c78b0af414a3c2087a79', + 'dart_revision': '29d6e963702fcbb0ed0d5ca67d6b5f977ac0c328', 'dart_args_tag': '1.4.1', 'dart_async_tag': '2.0.6', diff --git a/tools/licenses/pubspec.lock b/tools/licenses/pubspec.lock index fec5d297e..8ddf5c5bc 100644 --- a/tools/licenses/pubspec.lock +++ b/tools/licenses/pubspec.lock @@ -1,5 +1,5 @@ # Generated by pub -# See http://pub.dartlang.org/doc/glossary.html#lockfile +# See https://www.dartlang.org/tools/pub/glossary#lockfile packages: archive: dependency: "direct main" @@ -58,4 +58,4 @@ packages: source: hosted version: "1.1.5" sdks: - dart: ">=1.21.0 <=2.0.0-dev.20.0" + dart: ">=1.21.0 <=2.0.0-edge.c080951d45e79cd25df98036c4be835b284a269c" diff --git a/travis/licenses_golden/licenses_third_party b/travis/licenses_golden/licenses_third_party index fb1213bdf..02fbe4c34 100644 --- a/travis/licenses_golden/licenses_third_party +++ b/travis/licenses_golden/licenses_third_party @@ -1,4 +1,4 @@ -Signature: f189cf14d77aade905e2e7bf9a892c1b +Signature: 79fed6bd28e4f174af857f8916603d49 UNUSED LICENSES: @@ -4359,6 +4359,7 @@ FILE: ../../../third_party/dart/client/idea/.idea/inspectionProfiles/Project_Def FILE: ../../../third_party/dart/client/idea/.idea/vcs.xml FILE: ../../../third_party/dart/runtime/CPPLINT.cfg FILE: ../../../third_party/dart/runtime/observatory/.analysis_options +FILE: ../../../third_party/dart/runtime/observatory/dart2js.packages FILE: ../../../third_party/dart/runtime/observatory/lib/elements.dart FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/img/chromium_icon.png FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/img/dart_icon.png -- GitLab