@@ -26,15 +26,15 @@ vars = {
2626 'skia_git' : 'https://skia.googlesource.com' ,
2727 # OCMock is for testing only so there is no google clone
2828 'ocmock_git' : 'https://github.com/erikdoe/ocmock.git' ,
29- 'skia_revision' : 'ad653d8378d7a17502956c4addebb68eb3129961 ' ,
29+ 'skia_revision' : 'efebaa2a1152d3950f252d63a619f53992366ff2 ' ,
3030
3131 # When updating the Dart revision, ensure that all entries that are
3232 # dependencies of Dart are also updated to match the entries in the
3333 # Dart SDK's DEPS file for that revision of Dart. The DEPS file for
3434 # Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3535 # You can use //tools/dart/create_updated_flutter_deps.py to produce
3636 # updated revision list of existing dependencies.
37- 'dart_revision' : '3e43a3dcadf96c0f1e30b12e0a1805df5a336c3c ' ,
37+ 'dart_revision' : '5900a0ac492b6d8ac2ca45a63f9236c61aa3f6a9 ' ,
3838
3939 # WARNING: DO NOT EDIT MANUALLY
4040 # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -62,17 +62,16 @@ vars = {
6262 'dart_http_throttle_tag' : '1.0.2' ,
6363 'dart_intl_tag' : '0.16.1' ,
6464 'dart_json_rpc_2_tag' : '2.0.9' ,
65- 'dart_linter_tag' : '0.1.115 ' ,
65+ 'dart_linter_tag' : '0.1.114 ' ,
6666 'dart_logging_tag' : '0.11.3+2' ,
6767 'dart_markdown_tag' : '2.1.1' ,
6868 'dart_matcher_tag' : '0.12.5' ,
6969 'dart_mime_tag' : '0.9.6+2' ,
7070 'dart_mockito_tag' : 'd39ac507483b9891165e422ec98d9fb480037c8b' ,
7171 'dart_mustache_tag' : '5e81b12215566dbe2473b2afd01a8a8aedd56ad9' ,
7272 'dart_oauth2_tag' : '1.2.1' ,
73- 'dart_observatory_pub_packages_rev' : '0894122173b0f98eb08863a7712e78407d4477bc' ,
7473 'dart_package_config_tag' : 'v1.9.2' ,
75- 'dart_path_tag' : '1.6.2 ' ,
74+ 'dart_path_tag' : '1.7.0 ' ,
7675 'dart_pedantic_tag' : 'v1.9.0' ,
7776 'dart_pool_tag' : '1.3.6' ,
7877 'dart_protobuf_rev' : '3746c8fd3f2b0147623a8e3db89c3ff4330de760' ,
@@ -139,7 +138,7 @@ allowed_hosts = [
139138]
140139
141140deps = {
142- 'src' : 'https://github.com/flutter/buildroot.git' + '@' + '036715c76da60220b39312ea066cd65d32c2157d ' ,
141+ 'src' : 'https://github.com/flutter/buildroot.git' + '@' + '1b6a1b344074a1105b2e9b1c714766bace22acd7 ' ,
143142
144143 # Fuchsia compatibility
145144 #
@@ -196,9 +195,6 @@ deps = {
196195 'src/third_party/dart/pkg/analysis_server/language_model' :
197196 {'packages' : [{'version' : 'lIRt14qoA1Cocb8j3yw_Fx5cfYou2ddam6ArBm4AI6QC' , 'package' : 'dart/language_model' }], 'dep_type' : 'cipd' },
198197
199- 'src/third_party/dart/third_party/observatory_pub_packages' :
200- Var ('dart_git' ) + '/observatory_pub_packages.git' + '@' + Var ('dart_observatory_pub_packages_rev' ),
201-
202198 'src/third_party/dart/third_party/pkg/args' :
203199 Var ('dart_git' ) + '/args.git' + '@' + Var ('dart_args_tag' ),
204200
@@ -233,7 +229,7 @@ deps = {
233229 Var ('dart_git' ) + '/dart2js_info.git' + '@' + Var ('dart_dart2js_info_tag' ),
234230
235231 'src/third_party/dart/third_party/pkg/dartdoc' :
236- Var (
'dart_git' )
+ '/[email protected] .3 ' ,
232+ Var (
'dart_git' )
+ '/[email protected] .4 ' ,
237233
238234 'src/third_party/dart/third_party/pkg/ffi' :
239235 Var ('dart_git' ) + '/ffi.git' + '@' + Var ('dart_ffi_tag' ),
@@ -538,7 +534,7 @@ deps = {
538534 'packages' : [
539535 {
540536 'package' : 'fuchsia/sdk/core/mac-amd64' ,
541- 'version' : '8JtFK64mmIC2zTEj9ICMrcQBITqKDZVQluLVKczro9kC '
537+ 'version' : 'W1XGOOg536oZa9c08cv4pRp2Hq60gagWtr-TMSb6iN0C '
542538 }
543539 ],
544540 'condition' : 'host_os == "mac"' ,
@@ -558,7 +554,7 @@ deps = {
558554 'packages' : [
559555 {
560556 'package' : 'fuchsia/sdk/core/linux-amd64' ,
561- 'version' : 'LnaL23_DpQsbnbs-byJi-UoGe1XerKCfLjb4_XkxMRoC '
557+ 'version' : 'PgthiSmMqgeVVi3s8ATyJ1ut411xGyk0h0lDZta1iUQC '
562558 }
563559 ],
564560 'condition' : 'host_os == "linux"' ,
0 commit comments