From 5acc516332cc57312cc1085e4f20c12e8682aefd Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Thu, 8 Jun 2017 15:10:12 -0700 Subject: [PATCH] Roll Dart dependency in Flutter engine. (flutter/engine#3755) * Roll Dart dependency in Flutter engine to pick up assert in constructor's initializers support * Missing comma * Use correct revision * Rev up, update license * Update to sky/pacakges/sky_engine/LICENSE * Roll to updated ver with license text fixed * Update license file --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 32f66ee8f5a..2d8700476b6 100644 --- a/DEPS +++ b/DEPS @@ -28,7 +28,7 @@ vars = { # dependencies of Dart are also updated to match the entries in the # Dart SDK's DEPS file for that revision of Dart. The DEPS file for # Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS - 'dart_revision': '64ce51ce4bc3aa4248dba87c44775c9b84bd2b5d', + 'dart_revision': 'd86cb763b982ae3a3ace96eea7acbd7aa53fae0d', # Dart calls the next one "boringssl_gen_rev" 'dart_boringssl_gen_revision': '753224969dbe43dad29343146529727b5066c0f3', # Dart calls the next one "boringssl_rev"