Skip to content

Commit

Permalink
Roll Dart to 9e8a3e2 (flutter#4489)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderso authored Dec 21, 2017
1 parent 00e9b36 commit 39029aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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': '075720c352685b6c4fbfa3b6300b270714562f62',
'dart_revision': '9e8a3e2d31621c1bdf6139d068e7898a2ac2ab5a',

'dart_args_tag': '0.13.7',
'dart_async_tag': '2.0.0',
Expand All @@ -54,6 +54,7 @@ vars = {
'dart_html_tag': '0.13.2',
'dart_http_multi_server_tag': '2.0.4',
'dart_http_parser_tag': '3.1.1',
'dart_http_retry_tag': '0.1.0',
'dart_http_tag': '0.11.3+14',
'dart_http_throttle_tag': '1.0.1',
'dart_intl_tag': '0.15.2',
Expand All @@ -74,7 +75,7 @@ vars = {
'dart_plugin_tag': '0.2.0+2',
'dart_pool_tag': '1.3.3',
'dart_protobuf_tag': '0.5.4',
'dart_pub_rev': 'cde958f157d3662bf968bcbed05580d5c0355e89',
'dart_pub_rev': '667281eef93b4be648cceca400e954e000edba38',
'dart_pub_semver_tag': '1.3.2',
'dart_quiver_tag': '0.25.0',
'dart_resource_rev': 'af5a5bf65511943398146cf146e466e5f0b95cb9',
Expand Down Expand Up @@ -232,6 +233,9 @@ deps = {
'src/third_party/dart/third_party/pkg/http_parser':
Var('chromium_git') + '/external/github.com/dart-lang/http_parser' + '@' + Var('dart_http_parser_tag'),

'src/third_party/dart/third_party/pkg/http_retry':
Var('chromium_git') + '/external/github.com/dart-lang/http_retry' + '@' + Var('dart_http_retry_tag'),

'src/third_party/dart/third_party/pkg/http_throttle':
Var('chromium_git') + '/external/github.com/dart-lang/http_throttle' + '@' + Var('dart_http_throttle_tag'),

Expand Down
2 changes: 1 addition & 1 deletion travis/licenses_golden/licenses_third_party
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: c82d8b3215f2a1ef322c6b865ca048e3
Signature: 6b587fa4667a96e32c05e1fe2635c971

UNUSED LICENSES:

Expand Down

0 comments on commit 39029aa

Please sign in to comment.