From 4b7a552b9eaea71137265719e496343a9ada2628 Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Thu, 15 Aug 2019 19:34:50 -0700 Subject: [PATCH] Roll Dart back to e35e8833 (#11043) Rolls Dart back to e35e8833ee736e9b800482595623c77fa2e05fc3, which is believed to be the last known good revision before the introduction of https://github.com/flutter/flutter/issues/38659 --- DEPS | 2 +- ci/licenses_golden/licenses_third_party | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index fccc7bae11..2a7d8eda9c 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': 'fecc4c8f2de2b2cfb7d20a0c780f20486372db01', + 'dart_revision': 'e35e8833ee736e9b800482595623c77fa2e05fc3', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py diff --git a/ci/licenses_golden/licenses_third_party b/ci/licenses_golden/licenses_third_party index 7a7d40d3c4..e6d39b264b 100644 --- a/ci/licenses_golden/licenses_third_party +++ b/ci/licenses_golden/licenses_third_party @@ -1,4 +1,4 @@ -Signature: de335cab9d59da731bc032657bc1ef17 +Signature: 5b5a454a705815e05a96fcc92b424fbe UNUSED LICENSES: @@ -8318,8 +8318,6 @@ FILE: ../../../third_party/dart/runtime/vm/compiler/backend/typed_data_aot_test. FILE: ../../../third_party/dart/runtime/vm/compiler/ffi.cc FILE: ../../../third_party/dart/runtime/vm/compiler/ffi.h FILE: ../../../third_party/dart/runtime/vm/compiler/ffi_dbc_trampoline.h -FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/bytecode_fingerprints.cc -FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/bytecode_fingerprints.h FILE: ../../../third_party/dart/runtime/vm/compiler/graph_intrinsifier.cc FILE: ../../../third_party/dart/runtime/vm/compiler/graph_intrinsifier.h FILE: ../../../third_party/dart/runtime/vm/compiler/graph_intrinsifier_arm.cc -- GitLab